| 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 |
AuthorityKeyIdentifierCRLTestlet |
class |
IssuingDistributionPointCRLTestlet |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionTester.addTestlet(CRLTestlet testlet,
ObjectID extension)
Adds an extension testlet to be evaluated for each CRL when it is
validated.
|