public abstract class X509CRLEntry extends Object implements X509Extension
Constructor and Description |
---|
X509CRLEntry() |
Modifier and Type | Method and Description |
---|---|
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() |
public abstract byte[] getEncoded() throws CRLException
CRLException
public abstract BigInteger getSerialNumber()
public abstract Date getRevocationDate()
public abstract boolean hasExtensions()
public abstract boolean hasUnsupportedCriticalExtension()
hasUnsupportedCriticalExtension
in interface X509Extension
public abstract Set getCriticalExtensionOIDs()
getCriticalExtensionOIDs
in interface X509Extension
public abstract Set getNonCriticalExtensionOIDs()
getNonCriticalExtensionOIDs
in interface X509Extension
public abstract byte[] getExtensionValue(String var0)
getExtensionValue
in interface X509Extension
Copyright © 2006–2013 OSGi Alliance. All rights reserved.