| 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 |
|---|---|
POPOSigningKey |
EntrustPKIXCMPInjectedCertReqInfo.getPOPOSigningKey()
Returns the proof of possession of a signing private key.
|
POPOSigningKey |
CardMSCertReqInfo.getPOPOSigningKey()
Returns the proof of possession of a signing private key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustPKIXCMPInjectedCertReqInfo.setPOPOSigningKey(POPOSigningKey popoSigningKey)
Sets the proof of possession of a signing private key.
|
void |
CardMSCertReqInfo.setPOPOSigningKey(POPOSigningKey popoSigningKey)
Sets the proof of possession of a signing private key.
|
| Constructor and Description |
|---|
CardMSCertReqInfo(EntrustCertInfoId certDefnId,
java.security.PublicKey publicKey,
POPOSigningKey popoSigningKey)
A constructor; creates a new
CardMSCertReqInfo object
containing a certificate definition, public key, and proof of possession
for a signing private key. |
CardMSCertReqInfo(EntrustCertInfoId certDefnId,
java.security.PublicKey publicKey,
POPOSigningKey popoSigningKey,
X509Extensions x509Extensions)
A constructor; creates a new
CardMSCertReqInfo object
containing a certificate definition, public key,proof of possession for a
signing private key, and X.509 certificate extensions. |