| Package | Description |
|---|---|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| com.entrust.toolkit.x509 |
Contains the Entrust certification validation mechanism as well as
other classes related to X.509.
|
| com.entrust.toolkit.x509.directory |
Contains LDAP Directory implementations and various supporting classes.
|
| com.entrust.toolkit.x509.revocation |
Contains the Entrust revocation checking mechanism and revocation
stores.
|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| iaik.cms | |
| iaik.pkcs | |
| iaik.pkcs.pkcs7 | |
| iaik.security.smime | |
| iaik.smime | |
| iaik.utils | |
| iaik.x509 |
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
HttpDirectoryClient.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Implements the
getCRLs() method of the LdapDirectory
interface. |
X509CRL[] |
HttpsDirectoryClientJSSE.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Implements the
getCRLs() method of the LdapDirectory
interface. |
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
LdapDirectory.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Accessor method that returns an array of Certificate Revocation Lists (CRLs)
or Authority Revocation Lists (ARLs).
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
JNDIDirectory.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Finds the CRLs or ARLs from a distribution point.
|
X509CRL[] |
MultipleDirectories.getCRLs(java.lang.String distributionPoint,
boolean wantARL)
Searches for the CRLs or ARLs from the given distribution point.
|
X509CRL[] |
JNDIWithSMProxy.getCRLs(java.lang.String distributionPoint,
boolean wantARL) |
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
DistPointAndCRL.getCRL()
Returns the CRL.
|
| Constructor and Description |
|---|
DistPointAndCRL(ASN1Type distPoint,
X509CRL crl)
Creates a
DistPointAndCRL object from a CRL and its
distribution point. |
| Modifier and Type | Method and Description |
|---|---|
void |
CRLEntryTestlet.init(X509CRL crl,
TestletDataSet dataSet)
Initializes the CRL entry extension testlet when a new CRL is to be
validated.
|
void |
CertificateIssuerCRLEntryTestlet.init(X509CRL crl,
TestletDataSet dataSet)
Initializes the CRL entry extension testlet when a new CRL is to be
validated.
|
void |
NullCRLEntryTestlet.init(X509CRL crl,
TestletDataSet dataSet) |
void |
AuthorityKeyIdentifierCRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet) |
void |
CRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet)
Validates the certificate based on the CRL extensions found in this CRL.
|
void |
IssuingDistributionPointCRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet) |
void |
NullCRLTestlet.validate(X509CRL crl,
TestletDataSet dataSet) |
void |
ExtensionTester.validate(X509CRL crl,
X509Certificate caCert)
Validates the CRL extensions and CRL entry extensions in the CRL.
|
| Modifier and Type | Field and Description |
|---|---|
protected X509CRL[] |
SignedDataStream.crls_
Repository for any included CRLs.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
CMSCertList.getCRLList()
Returns the CRLs included in this CMSCertList object.
|
X509CRL[] |
OriginatorInfo.getCRLs()
Returns all the cerificate-revocation lists included in this
OriginatorInfo object. |
X509CRL[] |
SignedDataStream.getCRLs()
Returns all the cerificate-revocation lists included in this
SignedData object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSCertList.setCRLList(X509CRL[] crlList)
Sets the CRLs for this CMS SignedData object.
|
void |
OriginatorInfo.setCRLs(X509CRL[] crls)
Sets a set of cerificate-revocation lists.
|
void |
SignedDataStream.setCRLs(X509CRL[] crls)
Sets a set of cerificate-revocation lists.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
PKCS7CertList.getCRLList()
Returns the CRLs included in this PKCS7CertList object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKCS7CertList.setCRLList(X509CRL[] crlList)
Set the CRLs for this PKCS#7 SignedData object.
|
| Modifier and Type | Field and Description |
|---|---|
protected X509CRL[] |
SignedDataStream.crls
Repository for any included CRLs.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
SignedDataStream.getCRLs()
Returns all the cerificate-revocation lists included in this
SignedData object. |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedDataStream.setCRLs(X509CRL[] crls)
Sets a set of cerificate-revocation lists.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
SignedContent.getCRLs()
Returns the CRLs included in this S/MIME messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignedContent.setCRLs(X509CRL[] crls)
Sets the crls to be included in the S/MIME message.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL[] |
SignedContent.getCRLs()
Returns the CRLs included in this S/MIME messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignedContent.setCRLs(X509CRL[] crls)
Sets the crls to be included in the S/MIME message.
|
| Modifier and Type | Method and Description |
|---|---|
static X509CRL[] |
Util.readCRLChain(java.io.InputStream is)
Tries to read a crl list from the given input stream.
|
| Constructor and Description |
|---|
X509CRL(X509CRL crl)
The copy constructor.
|