org.bouncycastle.asn1.ocsp
Class RevokedInfo
java.lang.Object
|
+--org.bouncycastle.asn1.ocsp.RevokedInfo
- All Implemented Interfaces:
- DEREncodable
- public class RevokedInfo
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RevokedInfo
public RevokedInfo(DERGeneralizedTime revocationTime,
CRLReason revocationReason)
RevokedInfo
public RevokedInfo(ASN1Sequence seq)
getInstance
public static RevokedInfo getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static RevokedInfo getInstance(java.lang.Object obj)
getRevocationTime
public DERGeneralizedTime getRevocationTime()
getRevocationReason
public CRLReason getRevocationReason()
getDERObject
public DERObject getDERObject()
RevokedInfo ::= SEQUENCE {
revocationTime GeneralizedTime,
revocationReason [0] EXPLICIT CRLReason OPTIONAL }
- Specified by:
getDERObject
in interface DEREncodable