|
Build 1.0_r1(from source) | |||||||||
| 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
This class represents Certificate Revocation Lists (CRLs). They are used to indicate that a given Certificate has expired already.
CertificateFactory| Constructor Summary | |
|---|---|
protected |
CRL(String type)
|
| Method Summary | |
|---|---|
String |
getType()
Returns the type of this CRL. |
abstract boolean |
isRevoked(Certificate cert)
Returns if a given Certificate has been revoked or not. |
abstract String |
toString()
Returns a string containing a concise, human-readable description of the receiver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected CRL(String type)
| Method Detail |
|---|
public final String getType()
public abstract boolean isRevoked(Certificate cert)
cert - Certificate The Certificate to test
public abstract String toString()
toString in class Object
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||