Interface | Description |
---|---|
CRLListener |
A
X509CRLStream object always calls the methods
of a CRL listener in the same order while parsing a CRL. |
Class | Description |
---|---|
RevokedCertificatesCRLListener |
Through this CRL listener implementation, an application can easily
stream-parse a CRL looking for the revocation state of certain certificates.
|
X509CRLStream |
A CRL stream object parses a CRL from a given stream and notifies a CRL
listener about the contents of the CRL during parsing.
|