|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.system.SSLInfo
public class SSLInfo
A utility class for setting SSL configuration information.
| Constructor Summary | |
|---|---|
SSLInfo()
Constructs a SSLInfo using ArcGIS Engine. |
|
SSLInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SSLInfo theSSLInfo = (SSLInfo) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getCertPath()
Path to certificate bundle. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
boolean |
isVerifyPeer()
Indicates whether or not to verify the peer. |
void |
readSSLInfo()
Read HTTPs configuration from the registry. |
void |
setCertPath(String certPath)
Path to certificate bundle. |
void |
setVerifyPeer(boolean bVerifyPeer)
Indicates whether or not to verify the peer. |
void |
writeSSLInfo()
Write HTTPs configuration to the registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SSLInfo()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SSLInfo(Object obj)
throws IOException
SSLInfo theSSLInfo = (SSLInfo) obj;
obj to SSLInfo.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isVerifyPeer()
throws IOException,
AutomationException
isVerifyPeer in interface ISSLInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerifyPeer(boolean bVerifyPeer)
throws IOException,
AutomationException
setVerifyPeer in interface ISSLInfobVerifyPeer - The bVerifyPeer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCertPath()
throws IOException,
AutomationException
getCertPath in interface ISSLInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCertPath(String certPath)
throws IOException,
AutomationException
setCertPath in interface ISSLInfocertPath - The certPath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void readSSLInfo()
throws IOException,
AutomationException
readSSLInfo in interface ISSLInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeSSLInfo()
throws IOException,
AutomationException
writeSSLInfo in interface ISSLInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||