public interface ISSLInfo
extends java.io.Serializable
Description: 'Provides access to members that control HTTPS configuration.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0dbcfafe_4724_416c_a4cd_c0eed8ca7d87 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.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.
|
static final int IID0dbcfafe_4724_416c_a4cd_c0eed8ca7d87
static final int xxDummy
static final java.lang.String IID
boolean isVerifyPeer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVerifyPeer(boolean bVerifyPeer)
throws java.io.IOException,
AutomationException
bVerifyPeer - The bVerifyPeer (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getCertPath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCertPath(java.lang.String certPath)
throws java.io.IOException,
AutomationException
certPath - The certPath (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void readSSLInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void writeSSLInfo()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.