org.bouncycastle.asn1.ocsp
public class RevokedInfo extends ASN1Encodable
| Constructor Summary | |
|---|---|
| RevokedInfo(DERGeneralizedTime revocationTime, CRLReason revocationReason) | |
| RevokedInfo(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| 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.
|
RevokedInfo ::= SEQUENCE {
revocationTime GeneralizedTime,
revocationReason [0] EXPLICIT CRLReason OPTIONAL }