| Package | Description |
|---|---|
| com.entrust.toolkit.smproxy |
| Modifier and Type | Method and Description |
|---|---|
static void |
SMProxySocketFactory.setDefault(SMProxyWrapper wrapper)
Set the SMProxyWrapper which should be used
by the static call to
SMProxySocketFactory.getDefault(). |
static void |
SMProxySSLSocketFactory.setDefault(javax.net.ssl.TrustManager tm,
javax.net.ssl.KeyManager km,
SMProxyWrapper wrapper)
Set the X509TrustManager, X509KeyManager and SecureRandom which should be used
by the static call to
SMProxySSLSocketFactory.getDefault(). |
| Constructor and Description |
|---|
SMProxyOutputStream(java.io.OutputStream out,
SMProxyWrapper wrapper)
The constructor takes the source outputstream, along with the
source, target and SMProxyType
|
SMProxyOutputStream(java.io.OutputStream out,
SMProxyWrapper wrapper,
int bufsize)
The constructor takes the source outputstream, along with the
source, target and SMProxyType
|
SMProxySocketFactory(SMProxyWrapper wrapper) |
SMProxySocketWrapper(java.net.Socket socket,
SMProxyWrapper wrapper)
Creates an SMProxy wrapped socket
|
SMProxySSLSocketWrapper(javax.net.ssl.SSLSocket socket,
SMProxyWrapper wrapper)
Wrap a socket which is the parameter for this class.
|