public class RevokedInfo extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private CRLReason |
revocationReason |
private DERGeneralizedTime |
revocationTime |
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(java.lang.Object obj) |
CRLReason |
getRevocationReason() |
DERGeneralizedTime |
getRevocationTime() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
private DERGeneralizedTime revocationTime
private CRLReason revocationReason
public RevokedInfo(DERGeneralizedTime revocationTime, CRLReason revocationReason)
public RevokedInfo(ASN1Sequence seq)
public static RevokedInfo getInstance(ASN1TaggedObject obj, boolean explicit)
public static RevokedInfo getInstance(java.lang.Object obj)
public DERGeneralizedTime getRevocationTime()
public CRLReason getRevocationReason()
public DERObject toASN1Object()
RevokedInfo ::= SEQUENCE { revocationTime GeneralizedTime, revocationReason [0] EXPLICIT CRLReason OPTIONAL }
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.