public class RevokedInfo extends ASN1Object
Constructor and Description |
---|
RevokedInfo(ASN1GeneralizedTime revocationTime) |
RevokedInfo(ASN1GeneralizedTime revocationTime,
CRLReason revocationReason) |
Modifier and Type | Method and Description |
---|---|
static RevokedInfo |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static RevokedInfo |
getInstance(java.lang.Object obj) |
CRLReason |
getRevocationReason() |
ASN1GeneralizedTime |
getRevocationTime() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public RevokedInfo(ASN1GeneralizedTime revocationTime)
public RevokedInfo(ASN1GeneralizedTime revocationTime, CRLReason revocationReason)
public static RevokedInfo getInstance(ASN1TaggedObject obj, boolean explicit)
public static RevokedInfo getInstance(java.lang.Object obj)
public ASN1GeneralizedTime getRevocationTime()
public CRLReason getRevocationReason()
public ASN1Primitive toASN1Primitive()
RevokedInfo ::= SEQUENCE { revocationTime GeneralizedTime, revocationReason [0] EXPLICIT CRLReason OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object