public class RevokedInfo extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
RevokedInfo(ASN1Sequence seq) |
RevokedInfo(DERGeneralizedTime revocationTime,
CRLReason revocationReason) |
| Modifier and Type | Method and Description |
|---|---|
static RevokedInfo |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static RevokedInfo |
getInstance(Object obj) |
CRLReason |
getRevocationReason() |
DERGeneralizedTime |
getRevocationTime() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic RevokedInfo(DERGeneralizedTime revocationTime, CRLReason revocationReason)
public RevokedInfo(ASN1Sequence seq)
public static RevokedInfo getInstance(ASN1TaggedObject obj, boolean explicit)
public static RevokedInfo getInstance(Object obj)
public DERGeneralizedTime getRevocationTime()
public CRLReason getRevocationReason()
public DERObject toASN1Object()
RevokedInfo ::= SEQUENCE {
revocationTime GeneralizedTime,
revocationReason [0] EXPLICIT CRLReason OPTIONAL }
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.