| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.registerExtensionTestlet(ExtensionTestlet testlet,
ObjectID extension)
Register a testlet for a certificate extension.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CertTestlet
CertTestlet is the interface that every certificate extension
testlet must implement. |
interface |
CRLEntryTestlet
CRLEntryTestlet is the interface that every CRL entry extension
testlet must implement. |
interface |
CRLTestlet
CRLTestlet is the interface that every CRL extension testlet
must implement. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorityKeyIdentifierCRLTestlet |
class |
BasicConstraintsCertTestlet
This class implements a CertTestlet to test the BasicConstraints
extension of a certificate.
|
class |
CertificateIssuerCRLEntryTestlet
This class implements a testlet for the X.509 CRL Entry extension
CertificateIssuer.
|
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 |
IssuingDistributionPointCRLTestlet |
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 |
NullCRLEntryTestlet
This is an empty CRL Entry testlet to perform no testing on
CRL entry extensions that don't need to be tested.
|
class |
NullCRLTestlet
This is an empty CRL testlet, used to show that we understand a
given extension, but do not actually need to do any testing on it.
|
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(ExtensionTestlet testlet,
ObjectID extensionOID)
Adds an extension testlet.
|