| Package | Description |
|---|---|
| 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.util |
Contains various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralMessageInfo |
PKIXCMPUtils.getGeneralMessageInfo(SecureStringBuffer refNum,
AuthorizationCode authCode)
This API performs a PKIX general message transaction using the supplied
reference number and authorization code.
|
GeneralMessageInfo |
PKIXCMPUtils.getGeneralMessageInfo(User user)
This API performs a PKIX general message transaction using the supplied
User object. |
GeneralMessageInfo |
PKIXCMPUtils.getGeneralMessageInfo(X509Certificate verificationCert,
ValidationInfo certVerifier)
This API performs a PKIX general message transaction using the supplied user's
verification certificate.
|
GeneralMessageInfo |
PKIXCMPUtils.getGeneralMessageInfo(X509Certificate verificationCert,
ValidationInfo certVerifier,
EntrustEventIdentifier eventIdentifier)
This API performs a PKIX general message transaction using the supplied user's
verification certificate.
|
GeneralMessageInfo |
PKIXCMPUtils.getGeneralMessageInfoWithV2Upgrade(SecureStringBuffer refNum,
AuthorizationCode authCode)
This API performs a PKIX general message transaction using the supplied
reference number and authorization code.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralMessageInfo |
ManagerTransport.getGeneralMessageInfo(SecureStringBuffer refNum,
AuthorizationCode authCode)
This is a convenience method used to retrieve information about a
User that has not yet been created.
|
GeneralMessageInfo |
ManagerTransportWithSMProxy.getGeneralMessageInfo(SecureStringBuffer refNum,
AuthorizationCode authCode) |