public class

CrlID

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.ocsp.CrlID

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
CrlID(ASN1Sequence seq)
Public Methods
DERInteger getCrlNum()
DERGeneralizedTime getCrlTime()
DERIA5String getCrlUrl()
DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public CrlID (ASN1Sequence seq)

Public Methods

public DERInteger getCrlNum ()

public DERGeneralizedTime getCrlTime ()

public DERIA5String getCrlUrl ()

public 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 }