java.security.cert
Class CRL

java.lang.Object
  extended by java.security.cert.CRL
Direct Known Subclasses:
X509CRL

public abstract class CRL
extends Object


Constructor Summary
protected CRL(String var0)
           
 
Method Summary
 String getType()
           
abstract  boolean isRevoked(Certificate var0)
           
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CRL

protected CRL(String var0)
Method Detail

getType

public final String getType()

isRevoked

public abstract boolean isRevoked(Certificate var0)

toString

public abstract String toString()
Overrides:
toString in class Object


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.