| Class | Description |
|---|---|
| SMProxyConfig |
This class is used by the SMProxy family of classes to store configuration parameters.
|
| SMProxyHostnameVerifier |
This class is used to determine if the Server Identity
check passes according to the specification for HTTP Over TLS
RFC 2830:
|
| SMProxyOutputStream |
The SMProxyOutputstream takes the source outputstream and
wraps up the data for the SMProxy based on the given
proxy parameter and buffer size.
|
| SMProxySocketFactory |
Provides an SMProxy specific version of an SocketFactory class.
|
| SMProxySocketWrapper |
The purpose of this class is to wrap a standard Socket for use with Security Manager Proxy
|
| SMProxySSLSocketFactory |
Provides a Security Manager Proxy specific version of an SSLSocketFactory class.
|
| SMProxySSLSocketWrapper |
The purpose of this class is to wrap a standard SSLSocket so that the unconnected Socket can be
configured with hostname verification information when a call to connect() is made.
|
| SMProxyTrustStoreSingleton |
The purpose of this class is the overcome a limitation of the LDAP Context's custom
socket implementation when securing the proxy connection with SSL.
|
| SMProxyType |
Help class for proxy type information
|
| SMProxyWrapper |
Class for wrapping data in SMProxy format.
|
| Enum | Description |
|---|---|
| ProxyOrder |
The Enum ProxyOrder.
|
| SMProxySSLSocketFactory.InetHandling |
Define Enumeration for Inet Handling
|
| SMProxyType.SMType |
The enumeration of the supported proxy types
|
| Exception | Description |
|---|---|
| SMProxyException |
Exception class for exceptions thrown by code in the
com.entrust.toolkit.smproxy package. |