| Package | Description |
|---|---|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| 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 |
ExtensionTester.validate(X509Certificate[] chain)
Validates the certificate extensions in each certificate of the chain.
|
void |
BasicConstraintsCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet)
Validate that the given certificate does not invalidate the certificate
chain.
|
void |
CertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet)
Validates the certificate based on the certificate extensions found in
this, or previous, certificates.
|
void |
CertificatePoliciesCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet)
Validate that the given certificate does not invalidate the certificate
chain.
|
void |
ExtendedKeyUsageCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet)
This is the method that validates the ExtendedKeyUsage.
|
void |
InhibitAnyPolicyCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet) |
void |
KeyUsageCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet) |
void |
NameConstraintsCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet)
Validate that the given certificate does not invalidate the certificate
chain.
|
void |
NullCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet) |
void |
OldBasicConstraintsCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet) |
void |
PolicyConstraintsCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet)
Deprecated.
|
void |
SubjectAltNameCertTestlet.validate(X509Certificate cert,
TestletDataSet dataSet) |
void |
ExtensionTester.validate(X509Certificate target,
X509Certificate[] chain)
Validates the certificate extensions in each certificate of the chain.
|
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 |
ExtensionTester.validate(X509CRL crl,
X509Certificate caCert)
Validates the CRL extensions and CRL entry extensions in the CRL.
|