public class CrlID extends ASN1Encodable
BER, DER
Constructor and Description |
---|
CrlID(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
DERInteger |
getCrlNum() |
DERGeneralizedTime |
getCrlTime() |
DERIA5String |
getCrlUrl() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public CrlID(ASN1Sequence seq)
public DERIA5String getCrlUrl()
public DERInteger getCrlNum()
public DERGeneralizedTime getCrlTime()
public DERObject toASN1Object()
CrlID ::= SEQUENCE { crlUrl [0] EXPLICIT IA5String OPTIONAL, crlNum [1] EXPLICIT INTEGER OPTIONAL, crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.