| 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 |
Contains the Entrust certification validation mechanism as well as
other classes related to X.509.
|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| Class and Description |
|---|
ExtensionTester
ExtensionTester validates all certificate extensions in a
certificate chain that were not validated while the chain was being built. |
ExtensionTestlet
ExtensionTestlet is the superinterface of CertTestlet, CRLTestlet, and
CRLEntryTestlet. |
| Class and Description |
|---|
ExtensionTester
ExtensionTester validates all certificate extensions in a
certificate chain that were not validated while the chain was being built. |
| Class and Description |
|---|
CertTestlet
CertTestlet is the interface that every certificate extension
testlet must implement. |
CRLEntryTestlet
CRLEntryTestlet is the interface that every CRL entry extension
testlet must implement. |
CRLTestlet
CRLTestlet is the interface that every CRL extension testlet
must implement. |
ExtensionTestlet
ExtensionTestlet is the superinterface of CertTestlet, CRLTestlet, and
CRLEntryTestlet. |
TestletData
TestletData is the super class of all classes that testlets
use to store data for extension validation. |
| TestletDataSet
A set of
TestletData used by ExtensionTester and
RevocationStore. |