public class NullCRLEntryTestlet extends java.lang.Object implements CRLEntryTestlet
| Constructor and Description |
|---|
NullCRLEntryTestlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(X509CRL crl,
TestletDataSet dataSet)
Initializes the CRL entry extension testlet when a new CRL is to be
validated.
|
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 |
validate(RevokedCertificate revokedCert,
TestletDataSet dataSet)
Validates the CRL entry based on the CRL entry extensions found in this
or previous CRL entries, or on those found in the CRL.
|
public void init(X509CRL crl, TestletDataSet dataSet)
CRLEntryTestletinit in interface CRLEntryTestletcrl - the crl that is to be validateddataSet - a set where the testlet can store temporary data for validationpublic void notify(V3Extension extension, TestletDataSet dataSet)
ExtensionTestletnotify in interface ExtensionTestletextension - the extension found in the certificatedataSet - a set in which the testlet can store temporary data for validationpublic void validate(RevokedCertificate revokedCert, TestletDataSet dataSet)
CRLEntryTestletvalidate in interface CRLEntryTestletrevokedCert - the CRL entry to validatedataSet - a set in which the testlet can store temporary data for validationpublic void reset(TestletDataSet dataSet)
ExtensionTestletreset in interface ExtensionTestletdataSet - a set in which the testlet can store temporary data for validation