com.mindbright.security.x509
Class X509CRL

java.lang.Object
  extended bycom.mindbright.jca.security.cert.CRL
      extended bycom.mindbright.security.x509.X509CRL

public class X509CRL
extends CRL


Constructor Summary
X509CRL(byte[] encoded)
           
X509CRL(java.io.InputStream in)
           
 
Method Summary
 boolean isRevoked(Certificate cert)
           
 java.lang.String toString()
           
 
Methods inherited from class com.mindbright.jca.security.cert.CRL
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X509CRL

public X509CRL(byte[] encoded)

X509CRL

public X509CRL(java.io.InputStream in)
Method Detail

isRevoked

public boolean isRevoked(Certificate cert)
Specified by:
isRevoked in class CRL

toString

public java.lang.String toString()
Specified by:
toString in class CRL