java.security.cert
public
abstract
class
java.security.cert.CRL
This class represents Certificate Revocation Lists (CRLs). They are used to
indicate that a given Certificate has expired already.
Known Direct Subclasses
Summary
Protected Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Protected Constructors
Public Methods
public
final
String
getType()
Returns the type of this CRL.
Returns
- String the type of this CRL.
public
abstract
boolean
isRevoked(Certificate cert)
Returns if a given Certificate has been revoked or not.
Parameters
cert
| Certificate The Certificate to test |
Returns
- true if the certificate has been revoked false if the certificate
has not been revoked yet
public
abstract
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Returns
- a printable representation for the receiver.