| 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 |
|---|---|
PKIArchiveOptions |
CMPForCardMS.generatePKIArchiveOptionsForClientGenBackup(java.security.PrivateKey privateKey)
Generates a
PKIArchiveOptions structure representing a
client generated private key that is to be backed up by the Certification
Authority. |
PKIArchiveOptions |
EntrustPKIXCMPInjectedCertReqInfo.getPKIArchiveOptions()
Returns archive information pertaining to the private key.
|
PKIArchiveOptions |
CardMSCertReqInfo.getPKIArchiveOptions()
Returns archive information pertaining to the private key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustPKIXCMPInjectedCertReqInfo.setPKIArchiveOptions(PKIArchiveOptions pkiArchiveOptions)
Sets the archive information pertaining to the private key.
|
void |
CardMSCertReqInfo.setPKIArchiveOptions(PKIArchiveOptions pkiArchiveOptions)
Sets the archive information pertaining to the private key.
|
| Constructor and Description |
|---|
CardMSCertReqInfo(PKIArchiveOptions pkiArchiveOptions,
EntrustCertInfoId certDefnId,
java.security.PublicKey publicKey)
A constructor; creates a new
CardMSCertReqInfo object
containing a certificate definition, public key, and private key archive
information. |
CardMSCertReqInfo(PKIArchiveOptions pkiArchiveOptions,
EntrustCertInfoId certDefnId,
java.security.PublicKey publicKey,
X509Extensions x509Extensions)
A constructor; creates a new
CardMSCertReqInfo object
containing a certificate definition, public key, private key archive
information, and X.509 certificate extensions. |