|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISSLInfo
Provides access to members that control HTTPS configuration.
| Method Summary | |
|---|---|
String |
getCertPath()
Path to certificate bundle. |
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. |
| Method Detail |
|---|
boolean isVerifyPeer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerifyPeer(boolean bVerifyPeer)
throws IOException,
AutomationException
bVerifyPeer - The bVerifyPeer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCertPath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCertPath(String certPath)
throws IOException,
AutomationException
certPath - The certPath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void readSSLInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeSSLInfo()
throws IOException,
AutomationException
IOException - 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 | ||||||||