public abstract class CRL extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
CRL(java.lang.String type)
Creates a new CRL for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Returns the CRL type.
|
abstract boolean |
isRevoked(Certificate cert)
Determines whether or not the specified Certificate
is revoked.
|
abstract java.lang.String |
toString()
Returns a string representing the CRL.
|
protected CRL(java.lang.String type)
type - the standard name for the CRL type.public final java.lang.String getType()
public abstract java.lang.String toString()
toString in class java.lang.ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)public abstract boolean isRevoked(Certificate cert)
cert - A certificate to check if it is revoked