java.security.cert
Class X509CRLEntry

java.lang.Object
  extended by java.security.cert.X509CRLEntry
All Implemented Interfaces:
X509Extension

public abstract class X509CRLEntry
extends Object
implements X509Extension


Constructor Summary
X509CRLEntry()
           
 
Method Summary
abstract  byte[] getEncoded()
           
abstract  Date getRevocationDate()
           
abstract  BigInteger getSerialNumber()
           
abstract  boolean hasExtensions()
           
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.cert.X509Extension
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension
 

Constructor Detail

X509CRLEntry

public X509CRLEntry()
Method Detail

getEncoded

public abstract byte[] getEncoded()
                           throws CRLException
Throws:
CRLException

getRevocationDate

public abstract Date getRevocationDate()

getSerialNumber

public abstract BigInteger getSerialNumber()

hasExtensions

public abstract boolean hasExtensions()

toString

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