| Package | Description |
|---|---|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicConstraintsCertTestlet
This class implements a CertTestlet to test the BasicConstraints
extension of a certificate.
|
class |
CertificatePoliciesCertTestlet
This class implements a CertTestlet to test the CertificatePolicies
extension of a certificate.
|
class |
ExtendedKeyUsageCertTestlet
This Testlet is used for Processing the ExtendedKeyUsage certificate Extension.
|
class |
InhibitAnyPolicyCertTestlet
This class implements a testlet for the X.509 certificate extension
InhibitAnyPolocy.
|
class |
KeyUsageCertTestlet |
class |
NameConstraintsCertTestlet
This class implements a CertTestlet to test the NameConstraints
extension of a certificate.
|
class |
NullCertTestlet
This class implements the CertTestlet interface, and does
nothing for any of the methods.
|
class |
OldBasicConstraintsCertTestlet |
class |
PolicyConstraintsCertTestlet
Deprecated.
as of the 7.0 toolkit. All this functionality is now
part of
CertificatePoliciesCertTestlet. |
class |
SubjectAltNameCertTestlet
This class implements a testlet for the X.509 certificate extension
SubjectAltName.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionTester.addTestlet(CertTestlet testlet,
ObjectID extension)
Adds an extension testlet to be evaluated for each certificate when a
certificate chain is validated.
|