| Package | Description |
|---|---|
| com.entrust.toolkit.exceptions | |
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| iaik.x509 |
| Modifier and Type | Method and Description |
|---|---|
RevokedCertificate |
RevocationException.getDetails()
Returns information about the revoked certificate (the CRL entry) if it
was set,
null otherwise. |
| Constructor and Description |
|---|
RevocationException(java.lang.String message,
java.lang.Exception innerException,
X509Certificate revokedCert,
RevokedCertificate revokedCertInfo)
Creates a
RevocationException. |
RevocationException(java.lang.String message,
X509Certificate revokedCert,
RevokedCertificate revokedCertInfo)
Creates a
RevocationException. |
RevocationException(X509Certificate revokedCert,
RevokedCertificate revokedCertInfo)
Creates a
RevocationException. |
| Modifier and Type | Method and Description |
|---|---|
void |
CRLEntryTestlet.validate(RevokedCertificate revokedCert,
TestletDataSet dataSet)
Validates the CRL entry based on the CRL entry extensions found in this
or previous CRL entries, or on those found in the CRL.
|
void |
CertificateIssuerCRLEntryTestlet.validate(RevokedCertificate revokedCert,
TestletDataSet dataSet)
Validates the CRL entry based on the CRL entry extensions found in this
or previous CRL entries, or in the CRL.
|
void |
NullCRLEntryTestlet.validate(RevokedCertificate revokedCert,
TestletDataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
RevokedCertificate |
X509CRL.containsCertificate(java.math.BigInteger serialNumber)
Deprecated.
use
X509CRL.containsCertificate(X509Certificate) This method is only useful
if a direct CRL is being used, an indirect CRL may contain multiple certificate issuers |
RevokedCertificate |
X509CRL.containsCertificate(X509Certificate cert)
Checks, if the CRL contains revocation information for the given X509Certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509CRL.addCertificate(RevokedCertificate revokedCert)
Adds a revoked certificate to the CRL.
|