public interface ExtensionTestlet
ExtensionTestlet is the superinterface of CertTestlet, CRLTestlet, and
CRLEntryTestlet.| Modifier and Type | Method and Description |
|---|---|
void |
notify(V3Extension extension,
TestletDataSet dataSet)
Notifies the testlet that the extension for which the testlet is registered
has been found in the certificate or CRL.
|
void |
reset(TestletDataSet dataSet)
Resets the temporary validation data.
|
void notify(V3Extension extension, TestletDataSet dataSet)
extension - the extension found in the certificatedataSet - a set in which the testlet can store temporary data for validationvoid reset(TestletDataSet dataSet)
dataSet - a set in which the testlet can store temporary data for validation