org.bouncycastle.asn1.ocsp
public class CrlID extends ASN1Encodable
| Constructor Summary | |
|---|---|
| CrlID(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| DERInteger | getCrlNum() |
| DERGeneralizedTime | getCrlTime() |
| DERIA5String | getCrlUrl() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
CrlID ::= SEQUENCE {
crlUrl [0] EXPLICIT IA5String OPTIONAL,
crlNum [1] EXPLICIT INTEGER OPTIONAL,
crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }