public class CrlID extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
(package private) DERInteger |
crlNum |
(package private) DERGeneralizedTime |
crlTime |
(package private) DERIA5String |
crlUrl |
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
DERIA5String crlUrl
DERInteger crlNum
DERGeneralizedTime crlTime
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 © 1998-2014 Gamma Technologies. All Rights Reserved.