ASN1Encodable
, Encodable
public class RevokedInfo extends ASN1Object
Constructor | Description |
---|---|
RevokedInfo(ASN1GeneralizedTime revocationTime,
CRLReason revocationReason) |
Modifier and Type | Method | Description |
---|---|---|
static RevokedInfo |
getInstance(java.lang.Object obj) |
|
static RevokedInfo |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
|
CRLReason |
getRevocationReason() |
|
ASN1GeneralizedTime |
getRevocationTime() |
|
ASN1Primitive |
toASN1Primitive() |
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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