java.security.cert
Class X509CRLEntry
java.lang.Object
java.security.cert.X509CRLEntry
- All Implemented Interfaces:
- X509Extension
public abstract class X509CRLEntry
- extends Object
- implements X509Extension
X509CRLEntry
public X509CRLEntry()
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.