com.esri.arcgis.system
Interface ISSLInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISSLInfoProxy, SSLInfo

public interface ISSLInfo
extends java.io.Serializable

COM Interface 'ISSLInfo'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0dbcfafe_4724_416c_a4cd_c0eed8ca7d87
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID0dbcfafe_4724_416c_a4cd_c0eed8ca7d87

static final int IID0dbcfafe_4724_416c_a4cd_c0eed8ca7d87
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isVerifyPeer

boolean isVerifyPeer()
                     throws java.io.IOException,
                            AutomationException
Indicates whether or not to verify the peer.

Returns:
The bVerifyPeer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerifyPeer

void setVerifyPeer(boolean bVerifyPeer)
                   throws java.io.IOException,
                          AutomationException
Indicates whether or not to verify the peer.

Parameters:
bVerifyPeer - The bVerifyPeer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCertPath

java.lang.String getCertPath()
                             throws java.io.IOException,
                                    AutomationException
Path to certificate bundle.

Returns:
The certPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCertPath

void setCertPath(java.lang.String certPath)
                 throws java.io.IOException,
                        AutomationException
Path to certificate bundle.

Parameters:
certPath - The certPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readSSLInfo

void readSSLInfo()
                 throws java.io.IOException,
                        AutomationException
Read HTTPs configuration from the registry.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeSSLInfo

void writeSSLInfo()
                  throws java.io.IOException,
                         AutomationException
Write HTTPs configuration to the registry.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.