public class RevokedInfo extends ASN1Object
| Constructor and Description |
|---|
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, toASN1Objectpublic 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()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object