| Package | Description |
|---|---|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| 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.
|
| Constructor and Description |
|---|
RoamingConfigurationWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file and sets the proxyFirst parameter.
|
RoamingConfigurationWithSMProxy(java.lang.String entrustIniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file path and sets the proxyFirst parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static ProxyOrder |
ProxyOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyOrder[] |
ProxyOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ManagerTransportWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file and sets the proxy order.
|
ManagerTransportWithSMProxy(java.lang.String entrustIniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file path and sets the proxy order.
|
| 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.
|