Google

Bouncy Castle Cryptography 1.11 API Specification: Class TBSCertList.CRLEntry
Bouncy Castle Cryptography 1.11

org.bouncycastle.asn1.x509
Class TBSCertList.CRLEntry

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
All Implemented Interfaces:
DEREncodable
Enclosing class:
TBSCertList

public class TBSCertList.CRLEntry
extends java.lang.Object
implements DEREncodable


Constructor Summary
TBSCertList.CRLEntry(DERConstructedSequence seq)
           
 
Method Summary
 DERObject getDERObject()
           
 X509Extensions getExtensions()
           
 DERUTCTime getRevocationDate()
           
 DERInteger getUserCertificate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TBSCertList.CRLEntry

public TBSCertList.CRLEntry(DERConstructedSequence seq)
Method Detail

getUserCertificate

public DERInteger getUserCertificate()

getRevocationDate

public DERUTCTime getRevocationDate()

getExtensions

public X509Extensions getExtensions()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11