| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMPForCardMS.certStoreSynch(CardMSDigitalIDMgmtInfo digitalIdMgmtInfo,
java.security.PublicKey clientProtEncKey)
Executes a certificate store synchronization transmission that requests
all backed up user keys and certificates from the server; refer to
CMPForCardMS.certStoreSynch(X509Certificate, CardMSDigitalIDMgmtInfo) for
more details. |
void |
CMPForCardMS.certStoreSynch(X509Certificate cardMSProtocolEncrCert,
CardMSDigitalIDMgmtInfo digitalIdMgmtInfo)
Executes a certificate store synchronization transmission that requests
all backed up user keys and certificates from the server.
|
void |
CMPForCardMS.keyUpdateAndCertification(CardMSCertReqInfo[] injectedCertReqInfo,
X509Certificate cardMSProtocolEncrCert,
CardMSDigitalIDMgmtInfo digitalIdMgmtInfo)
Executes a key update/certification transmission for a user that updates
existing certificates and/or requests new certificates.
|
void |
CMPForCardMS.keyUpdateAndCertification(java.security.PublicKey clientProtEncKey,
CardMSCertReqInfo[] injectedCertReqInfo,
CardMSDigitalIDMgmtInfo digitalIdMgmtInfo)
Executes a key update/certification transmission for a user that updates
existing certificates and/or requests new certificates; refer to
CMPForCardMS.keyUpdateAndCertification(CardMSCertReqInfo[], X509Certificate, CardMSDigitalIDMgmtInfo)
for more details. |