| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.completeUserExport(LdapDirectory directory,
ManagerTransport managerTransport)
Completes a user export operation.
|
void |
User.doRequiredKeyManagement()
Does all required key management for a user.
|
void |
User.updateAllKeys()
Updates all the user's keys/certificates, which HAVE NOT been superseded.
|
void |
User.updateUserKeys(X509Certificate[] certificates)
Updates the user's keys/certificates that correspond to the indicated
certificates, which MUST NOT have been superseded.
|