org.apache.geronimo.util.jce.provider
Class X509CRLEntryObject
java.lang.Object
java.security.cert.X509CRLEntry
org.apache.geronimo.util.jce.provider.X509CRLEntryObject
- All Implemented Interfaces:
- X509Extension
- 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)
X509CRLEntryObject
public X509CRLEntryObject(TBSCertList.CRLEntry c)
hasUnsupportedCriticalExtension
public boolean hasUnsupportedCriticalExtension()
- Will return true if any extensions are present and marked
as critical as we currently dont handle any extensions!
getCriticalExtensionOIDs
public Set getCriticalExtensionOIDs()
getNonCriticalExtensionOIDs
public Set getNonCriticalExtensionOIDs()
getExtensionValue
public byte[] getExtensionValue(String oid)
getEncoded
public byte[] getEncoded()
throws CRLException
- Throws:
CRLException
getSerialNumber
public BigInteger getSerialNumber()
getRevocationDate
public Date getRevocationDate()
hasExtensions
public boolean hasExtensions()
toString
public String toString()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.