com.mindbright.security.x509
Class X509CRL

java.lang.Object
  extended by java.security.cert.CRL
      extended by com.mindbright.security.x509.X509CRL

public class X509CRL
extends java.security.cert.CRL


Constructor Summary
X509CRL(byte[] encoded)
           
X509CRL(java.io.InputStream in)
           
 
Method Summary
 boolean isRevoked(java.security.cert.Certificate cert)
           
 java.lang.String toString()
           
 
Methods inherited from class java.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(java.security.cert.Certificate cert)
Specified by:
isRevoked in class java.security.cert.CRL

toString

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