| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| com.entrust.toolkit.keystore |
Contains classes used for reading and writing certificates to a
KeyStore and for creating KeyStore initialization (
.ini) files. |
| com.entrust.toolkit.util |
Contains various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
ManagerTransport |
User.getManagerTransport()
Returns the
ManagerTransport that was set by calling
setConnections(). |
| Modifier and Type | Method and Description |
|---|---|
void |
User.completeUserExport(LdapDirectory directory,
ManagerTransport managerTransport)
Completes a user export operation.
|
void |
User.setConnections(LdapDirectory directory,
ManagerTransport managerTransport)
Sets the connections to a Public Key Infrastructure (PKI).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UALCreator.setConnections(LdapDirectory directory,
ManagerTransport managerTransport)
Sets the connections to a Public Key Infrastructure (PKI).
|
| Constructor and Description |
|---|
CMPForCardMS(ManagerTransport easmConnection)
The constructor; creates a new
CMPForCardMS object
configured to operate in normal mode. |
CMPForCardMS(ManagerTransport easmConnection,
User raUser)
The constructor; creates a new
CMPForCardMS object
configured to operate in AA mode. |
EntrustP10CertRetriever(ManagerTransport managerTransport,
User raUser)
The constructor; creates an
EntrustP10CertRetriever that
will communicated with the specified Entrust Authority Security Manager
(EASM). |
PKIXCMPUtils(ManagerTransport mantransport)
Construct an EntrustPKIXCMP message given a ManagerTransport object.
|
PKIXCMPUtils(ManagerTransport mantransport,
boolean silentErrorFlag)
Construct an EntrustPKIXCMP message given a ManagerTransport object.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagerTransport |
KSIniFileCreator.getManagerFromKeystore(IniFile iniFile)
Reads the Manager Information from the Keystore INI file.
|
static ManagerTransport |
KSIniFileCreator.getManagerFromKeystore(java.lang.String iniFile)
Reads the Manager Information from the Keystore INI file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpManagerClient
HttpManagerClient works with HttpManagerServlet
to act as a proxy for requests to an Entrust PKI over HTTP. |
class |
HttpsManagerClient
The
HttpsManagerClient class is a pass through to
HttpsManagerClientJSSE See HttpsManagerClientJSSE for details. |
class |
HttpsManagerClientJSSE
The
HttpsManagerClientJSSE class uses the HttpURLConnection
class to make a connection to the HttpManagerServlet. |
class |
ManagerTransportWithSMProxy
This class provides proxy order functionality for
ManagerTransport connections. |
class |
SMProxyManagerTransport
Provides a ManagerTransport implementation that is able to communicate through
a Security Manager Proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagerTransport |
ManagerTransport.getInstance(java.lang.String endPoint,
int port,
java.lang.Object parms)
Returns a ManagerTransport object based on the type of ManagerTransport used.
|
static ManagerTransport |
ManagerTransport.getInstance(java.lang.String endPoint,
int port,
java.lang.Object parms,
boolean useSMProxy)
Returns a ManagerTransport object based on the type of ManagerTransport used.
|