Package org.bouncycastle.asn1.ocsp
Class CrlID
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ocsp.CrlID
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Method Summary
Modifier and TypeMethodDescriptionstatic CrlID
getInstance
(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Method Details
-
getInstance
-
getCrlUrl
-
getCrlNum
-
getCrlTime
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.CrlID ::= SEQUENCE { crlUrl [0] EXPLICIT IA5String OPTIONAL, crlNum [1] EXPLICIT INTEGER OPTIONAL, crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-