public class RevokedInfo extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private CRLReason |
revocationReason |
private ASN1GeneralizedTime |
revocationTime |
Modifier | Constructor and Description |
---|---|
|
RevokedInfo(ASN1GeneralizedTime revocationTime,
CRLReason revocationReason) |
private |
RevokedInfo(ASN1Sequence seq) |
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.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1GeneralizedTime revocationTime
private CRLReason revocationReason
public RevokedInfo(ASN1GeneralizedTime revocationTime, CRLReason revocationReason)
private RevokedInfo(ASN1Sequence seq)
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