org.bouncycastle.jce.provider
Class X509CRLEntryObject
X509CRLEntry
org.bouncycastle.jce.provider.X509CRLEntryObject
public class X509CRLEntryObject
extends X509CRLEntry
The following extensions are listed in RFC 2459 as relevant to CRL Entries
ReasonCode
Hode Instruction Code
Invalidity Date
Certificate Issuer (critical)
getCriticalExtensionOIDs
public Set getCriticalExtensionOIDs()
getEncoded
public byte[] getEncoded()
throws CRLException
getExtensionValue
public byte[] getExtensionValue(String oid)
getNonCriticalExtensionOIDs
public Set getNonCriticalExtensionOIDs()
getRevocationDate
public Date getRevocationDate()
getSerialNumber
public BigInteger getSerialNumber()
hasExtensions
public boolean hasExtensions()
hasUnsupportedCriticalExtension
public boolean hasUnsupportedCriticalExtension()
Will return true if any extensions are present and marked
as critical as we currently dont handle any extensions!
toString
public String toString()