| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.cardms |
Contains classes used to create, parse,
and manipulate ASN.1 structures used by Entrust's Card Management System (CardMS) API.
|
| com.entrust.toolkit.asn1.cmpv1.gkm |
Contains classes used to create, parse,
and manipulate ASN.1 structures used with Certificate Management Protocol (CMP)
version 1.
|
| 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.x509.policies |
Contains classes used to check security policies issued by an Entrust PKI — password rules and client
settings, for example.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustCertInfoId |
CardMSKeyMgmtInfo.getCertDefnId()
Gets the certificate definition identifier.
|
EntrustCertInfoId |
CardMSDigitalIDMgmtInfo.getCertTypeId()
Returns the certificate type identifier.
|
EntrustCertInfoId |
CardMSKeyMgmtInfo.getCertTypeId()
Gets the certificate type identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardMSKeyMgmtInfo.setCertDefnId(EntrustCertInfoId certDefnId)
Sets the certificate definition identifier.
|
void |
CardMSDigitalIDMgmtInfo.setCertTypeId(EntrustCertInfoId certTypeId)
Sets the certificate type identifier.
|
void |
CardMSKeyMgmtInfo.setCertTypeId(EntrustCertInfoId certTypeId)
Sets the certificate type identifier.
|
| Constructor and Description |
|---|
CardMSDigitalIDMgmtInfo(java.lang.String formatId,
java.lang.String entrustId,
Name userDN,
EntrustCertInfoId certTypeId,
boolean certStoreSynch,
java.util.List keyMgmtInfo)
A constructor; creates a
CardMSDigitalIDMgmtInfo object
that contains the specified components. |
CardMSKeyMgmtInfo(EntrustCertInfoId certTypeId,
EntrustCertInfoId certDefnId)
A constructor; creates a
CardMSKeyMgmtInfo object that
contains the specified components. |
| Modifier and Type | Method and Description |
|---|---|
EntrustCertInfoId |
EntrustCertDefnInfo.getCertdefn()
Returns the certificate information identifier.
|
EntrustCertInfoId |
EntrustCertTypeAndDefn.getCertDefnId()
Returns the certificate definition identifier.
|
EntrustCertInfoId |
EntrustCertTypeInfo.getCerttype()
Returns the identifier of the certificate type.
|
EntrustCertInfoId |
EntrustCertType.getCertType()
Returns the certificate type information.
|
EntrustCertInfoId |
EntrustCertTypeAndDefn.getCertTypeId()
Returns the certificate type identifier if it has been set; otherwise
null is returned. |
EntrustCertInfoId |
EntrustCertDefnInfo.getReplacement()
Returns the replacement certificate information identifier.
|
EntrustCertInfoId |
EntrustCertTypeInfo.getReplacement()
Returns the replacement certificate information identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntrustCertInfoId.isEquivalent(EntrustCertInfoId entrustCertInfoId)
Indicates whether this
EntrustCertInfoId object is equivalent
to another EntrustCertInfoId object. |
void |
EntrustCertTypeAndDefn.setCertTypeId(EntrustCertInfoId certTypeId)
Sets the certificate type identifier.
|
void |
EntrustCertDefnInfo.setReplacement(EntrustCertInfoId replacement)
Sets the replacement certificate information identifier.
|
void |
EntrustCertTypeInfo.setReplacement(EntrustCertInfoId replacement)
Sets the replacement certificate information identifier.
|
| Constructor and Description |
|---|
EntrustCertDefnInfo(EntrustCertInfoId certdefn)
Creates a new
EntrustCertDefnInfo object with the specified
component. |
EntrustCertType(EntrustCertInfoId certType)
Creates a new
EntrustCertType object with the specified
component. |
EntrustCertTypeAndDefn(EntrustCertInfoId certDefnId)
Creates a new
EntrustCertTypeAndDefn object with the
specified component. |
EntrustCertTypeInfo(EntrustCertInfoId certtype,
EntrustCertDefnInfo[] certdefns)
Creates a new
EntrustCertTypeInfo object with the specified
components. |
| Modifier and Type | Method and Description |
|---|---|
EntrustCertInfoId |
EntrustPKIXCMPInjectedCertReqInfo.getCertDefnId()
Returns the identifier of the certificate definition that this
certificate request information corresponds to.
|
EntrustCertInfoId |
MscapiKeyContainer.getCertDefnId()
Returns the Entrust certificate definition identifier associated with the
key/certificate in this MS-CAPI key container.
|
EntrustCertInfoId |
P11PrivateKeyObject.getCertDefnId()
Returns the certificate definition identifier for the certificate definition
that this private key corresponds to.
|
EntrustCertInfoId |
P11X509CertificateObject.getCertDefnId()
Returns the certificate definition identifier for the certificate definition
that this certificate corresponds to.
|
EntrustCertInfoId |
MscapiKeyContainer.getCertTypeId()
Returns the Entrust certificate type identifier associated with the
key/certificate in this MS-CAPI key container.
|
| Constructor and Description |
|---|
CardMSCertReqInfo(EntrustCertInfoId certDefnId)
A constructor; creates a new
CardMSCertReqInfo object
containing a certificate definition. |
CardMSCertReqInfo(EntrustCertInfoId certDefnId,
java.security.PublicKey publicKey)
A constructor; creates a new
CardMSCertReqInfo object
containing a certificate definition and public key. |
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. |
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. |
EntrustP10CertReqInfo(CertificateRequest p10CertReq,
EntrustCertInfoId certDefnId)
The constructor; creates a
EntrustP10CertReqInfo object
from a PKCS 10 certificate request and a certificate definition
identifier. |
EntrustP10CertReqInfo(java.security.PublicKey publicKey,
EntrustCertInfoId certDefnId,
X509Extensions x509Extensions)
The constructor; creates a
EntrustP10CertReqInfo object
from a public key and a certificate definition identifier. |
| Modifier and Type | Method and Description |
|---|---|
EntrustCertInfoId |
EntrustCertDefnSettings.getCertdefn()
Returns the certificate-definition identifier, which is the 'certdefn'
component that was extracted from the EntrustCertDefnInfo structure.
|
EntrustCertInfoId |
EntrustCertTypeSettings.getCerttype()
Returns the certificate-type identifier, which is the 'certdefn' component
that was extracted from the EntrustCertTypeInfo structure.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustCertDefnSettings |
EntrustCertTypeSettings.getCertdefn(EntrustCertInfoId certdefn)
Returns the certificate-definition policy that corresponds to the provided
certificate-definition identifier.
|