public class CrlID extends ASN1Object
| Modifier and Type | Method and Description |
|---|---|
ASN1Integer |
getCrlNum() |
ASN1GeneralizedTime |
getCrlTime() |
DERIA5String |
getCrlUrl() |
static CrlID |
getInstance(java.lang.Object obj) |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static CrlID getInstance(java.lang.Object obj)
public DERIA5String getCrlUrl()
public ASN1Integer getCrlNum()
public ASN1GeneralizedTime getCrlTime()
public ASN1Primitive toASN1Primitive()
CrlID ::= SEQUENCE {
crlUrl [0] EXPLICIT IA5String OPTIONAL,
crlNum [1] EXPLICIT INTEGER OPTIONAL,
crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object