Bouncy Castle Cryptography 1.19

org.bouncycastle.asn1.ocsp
Class CrlID

java.lang.Object
  |
  +--org.bouncycastle.asn1.ocsp.CrlID
All Implemented Interfaces:
DEREncodable

public class CrlID
extends java.lang.Object
implements DEREncodable


Constructor Summary
CrlID(ASN1Sequence seq)
           
 
Method Summary
 DERInteger getCrlNum()
           
 DERGeneralizedTime getCrlTime()
           
 DERIA5String getCrlUrl()
           
 DERObject getDERObject()
           CrlID ::= SEQUENCE { crlUrl [0] EXPLICIT IA5String OPTIONAL, crlNum [1] EXPLICIT INTEGER OPTIONAL, crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrlID

public CrlID(ASN1Sequence seq)
Method Detail

getCrlUrl

public DERIA5String getCrlUrl()

getCrlNum

public DERInteger getCrlNum()

getCrlTime

public DERGeneralizedTime getCrlTime()

getDERObject

public DERObject getDERObject()
 CrlID ::= SEQUENCE {
     crlUrl               [0]     EXPLICIT IA5String OPTIONAL,
     crlNum               [1]     EXPLICIT INTEGER OPTIONAL,
     crlTime              [2]     EXPLICIT GeneralizedTime OPTIONAL }
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.19