API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CRL View Source
Author(s)
Hemma Prafullchandra
Since
1.2
Version
1.14, 04/21/06
Serial
Hierarchy
 Object
      CRL
Implements
Subclasses
Description
publicabstract abstract class CRL
  This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
See also:    X509CRL CertificateFactory
Constructors
protected CRL (String type)
  Creates a CRL of the specified type.
Methods
Hide/Show inherited methods
publicfinal String getType ()
  Returns the type of this CRL.
publicabstract boolean isRevoked (Certificate cert)
  Checks whether the given certificate is on this CRL.
publicabstract String toString ()
  Returns a string representation of this CRL.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar