org.bouncycastle.asn1.ocsp
Class RevokedInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ocsp.RevokedInfo
- All Implemented Interfaces:
- DEREncodable
public class RevokedInfo
- extends ASN1Encodable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, 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()
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
RevokedInfo ::= SEQUENCE {
revocationTime GeneralizedTime,
revocationReason [0] EXPLICIT CRLReason OPTIONAL }
- Specified by:
toASN1Object
in class ASN1Encodable