| Package | Description |
|---|---|
| com.entrust.toolkit.smproxy |
| Modifier and Type | Method and Description |
|---|---|
SMProxySSLSocketFactory.InetHandling |
SMProxySSLSocketWrapper.getInetAddressHandling()
Return how the socket should be configured when created with
an InetAddress
|
static SMProxySSLSocketFactory.InetHandling |
SMProxyHostnameVerifier.getInetHandlingForName(java.lang.String host)
This method checks the given hostname and returns the appropriate type
of InetHandling mode, which will be one of the following:
InetHandling.HOSTNAME
InetHandling.IPADDRESS
This method should be used when creating a socket using the
EntrustSSLSocketFactory when the EntrustSSLSocketFactory.create() method uses
a java.net.InetAddress or the unconnected Socket's connect() method uses
java.net.SocketAddress. |
static SMProxySSLSocketFactory.InetHandling |
SMProxySSLSocketFactory.readInetHandlingProperty()
Reads the system property com.entrust.toolkit.x509.directory.EntrustSSLSocketFactory.InetHandling
|
static SMProxySSLSocketFactory.InetHandling |
SMProxySSLSocketFactory.InetHandling.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMProxySSLSocketFactory.InetHandling[] |
SMProxySSLSocketFactory.InetHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMProxySSLSocketWrapper.setInetAddressHandling(SMProxySSLSocketFactory.InetHandling handling)
This API allows the socket to be configured with how a Socket created
with the InetAddress class should be handled.
|