| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.crmf |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| 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.
|
| iaik.x509.ocsp |
| Modifier and Type | Method and Description |
|---|---|
X509Extensions |
CertTemplate.getExtensions()
Returns the extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertTemplate.setExtensions(X509Extensions extensions)
Sets the extensions.
|
| Modifier and Type | Method and Description |
|---|---|
X509Extensions |
TSTInfo.getExtensions()
Returns additional time-stamp information.
|
X509Extensions |
TimeStampReq.getExtensions()
Returns additional information about the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSTInfo.setExtensions(X509Extensions extensions)
Sets additional time-stamp token information.
|
void |
TimeStampReq.setExtensions(X509Extensions extensions)
Sets additional information about the request.
|
| Modifier and Type | Method and Description |
|---|---|
X509Extensions |
EntrustPKIXCMPInjectedCertReqInfo.getX509Extensions()
Returns the X.509 extensions (including extension values) that are
requested to be included in the end user certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrustPKIXCMPInjectedCertReqInfo.setX509Extensions(X509Extensions x509Extensions)
Sets the X.509 extensions (including extension values) that are requested
to be included in the end user certificate.
|
| Constructor and Description |
|---|
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,
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(java.security.PublicKey publicKey,
EntrustCertInfoId certDefnId,
X509Extensions x509Extensions)
The constructor; creates a
EntrustP10CertReqInfo object
from a public key and a certificate definition identifier. |
EntrustP10CertReqInfo(java.security.PublicKey publicKey,
java.lang.String certDefnName,
X509Extensions x509Extensions)
The constructor; creates a
EntrustP10CertReqInfo object
from a public key and a certificate definition name. |
| Modifier and Type | Method and Description |
|---|---|
X509Extensions |
AttributeCertificate.getExtensions()
Returns the certificate extensions, if any
|
X509Extensions |
EntrustPolicyCertificate.getExtensions()
Returns the certificate extensions, if any
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCSPExtensions
Extends class
X509Extensions for handling
OCSP extensions. |