Uses of Class java.security.cert.CRL

Uses in package java.security.cert

Classes derived from java.security.cert.CRL

class
The X509CRL class is the abstract class used to manage X.509 Certificate Revocation Lists.

Methods with parameter type java.security.cert.CRL

boolean
Match a given certificate revocation list to this selector's criteria, returning true if it matches, false otherwise.
boolean
Checks a CRL against the criteria of this selector, returning true if the given CRL matches all the criteria.

Methods with return type java.security.cert.CRL

CRL
Generates a CRL based on the encoded data read from the InputStream.
CRL
Generates a CRL based on the encoded data read from the InputStream.