|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.cert.CRL
public abstract class CRL
Certificate Revocation List class for managing CRLs that have different formats but the same general use. They all serve as lists of revoked certificates and can be queried for a given certificate. Specialized CRLs extend this class.
Constructor Summary | |
---|---|
protected |
CRL(String type)
Creates a new CRL for the specified type. |
Method Summary | |
---|---|
String |
getType()
Returns the CRL type. |
abstract boolean |
isRevoked(Certificate cert)
Determines whether or not the specified Certificate is revoked. |
abstract String |
toString()
Returns a string representing the CRL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CRL(String type)
type
- the standard name for the CRL type.Method Detail |
---|
public final String getType()
public abstract String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
public abstract boolean isRevoked(Certificate cert)
cert
- A certificate to check if it is revoked
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |