Name

Class java.security.cert.CRL

Synopsis

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.

Class Definition

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(  );
}

See also

X509CRL

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.