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
 boolean equals(Object var0)
           
abstract  Set getCriticalExtensionOIDs()
           
abstract  byte[] getEncoded()
           
abstract  byte[] getExtensionValue(String var0)
           
abstract  Set getNonCriticalExtensionOIDs()
           
abstract  Date getRevocationDate()
           
abstract  BigInteger getSerialNumber()
           
abstract  boolean hasExtensions()
           
 int hashCode()
           
abstract  boolean hasUnsupportedCriticalExtension()
           
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X509CRLEntry

public X509CRLEntry()
Method Detail

equals

public boolean equals(Object var0)
Overrides:
equals in class Object

getEncoded

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

getSerialNumber

public abstract BigInteger getSerialNumber()

getRevocationDate

public abstract Date getRevocationDate()

hasExtensions

public abstract boolean hasExtensions()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

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

hasUnsupportedCriticalExtension

public abstract boolean hasUnsupportedCriticalExtension()
Specified by:
hasUnsupportedCriticalExtension in interface X509Extension

getCriticalExtensionOIDs

public abstract Set getCriticalExtensionOIDs()
Specified by:
getCriticalExtensionOIDs in interface X509Extension

getNonCriticalExtensionOIDs

public abstract Set getNonCriticalExtensionOIDs()
Specified by:
getNonCriticalExtensionOIDs in interface X509Extension

getExtensionValue

public abstract byte[] getExtensionValue(String var0)
Specified by:
getExtensionValue in interface X509Extension


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