| Package | Description |
|---|---|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| com.entrust.toolkit.x509.directory |
Contains LDAP Directory implementations and various supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
SMProxyConfig |
SMProxyManagerTransport.getSMProxyConfig()
Returns the Security Manager Proxy configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagerTransportWithSMProxy.setSMProxyConfig(SMProxyConfig config)
Sets the SSL configuration for the proxied connection
NOTE: if the proxy settings in the entrust.ini are missing
or invalid, this method
|
void |
SMProxyManagerTransport.setSMProxyConfig(SMProxyConfig config)
Sets the configuration for SSL connections
|
| Constructor and Description |
|---|
SMProxyManagerTransport(java.lang.String smproxyHost,
int smproxyPort,
SMProxyConfig httpsConfig)
Creates a
SMProxyManagerTransport object with the Security Manager
Proxy address, as a String, and the port number (as an integer). |
| Modifier and Type | Method and Description |
|---|---|
SMProxyConfig |
SMProxyDirectory.getSMProxyConfig()
Returns the Security Manager Proxy configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JNDIWithSMProxy.setSMProxyConfig(SMProxyConfig config)
Sets the SSL configuration for the proxied connection
|
void |
SMProxyDirectory.setSMProxyConfig(SMProxyConfig config)
Sets the configuration for SSL connections
|