| Package | Description |
|---|---|
| com.entrust.toolkit.smproxy | |
| 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 |
|---|---|
void |
SMProxyWrapper.setSMProxyHost(java.lang.String smProxyHost)
Set the SMProxyHost
|
| Constructor and Description |
|---|
SMProxyConfig(User user)
Constructor which enables SSL and creates a keyManager and trustManager object from the provided user object.
|
| 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
|
| Constructor and Description |
|---|
SMProxyManagerTransport(IniFile entrustIniFile)
Creates a
SMProxyManagerTransport object using an entrust.ini file. |
SMProxyManagerTransport(java.lang.String smproxyHost,
int smproxyPort)
Creates a
SMProxyManagerTransport object with the Security Manager
Proxy address, as a String, and the port number (as an integer). |
SMProxyManagerTransport(java.net.URL smproxyURL)
Creates a
SMProxyManagerTransport object using the URL |
| 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
|
| Constructor and Description |
|---|
JNDIWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes and entrust.ini file and the proxy order.
|
JNDIWithSMProxy(java.lang.String entrustIniFile,
ProxyOrder proxyOrder)
Constructor that takes and entrust.ini file path and the proxy order.
|
SMProxyDirectory(IniFile entrustIniFile)
Construct the SMProxyDirectory using an entrust.ini file.
|
SMProxyDirectory(java.lang.String smproxyHost,
int smproxyPort)
Setup the SMProxyDirectory.
|
SMProxyDirectory(java.net.URL url)
Construct the SMProxyDirectory using a URL value.
|