May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.cert.CRL
This class represents a generic certificate revocation list (CRL). Instances of this class are obtained from a certificate factory, and you can use those instances to determine if a particular certificate has been revoked.
public abstract class java.security.cert.CRL
extends java.lang.Object {
// Constructors
protected CRL(String);
// Instance Methods
public final String getType( );
public abstract boolean isRevoked(Certificate);
public abstract String toString( );
}
X509CRL
|
Read now
Unlock full access