Bouncy Castle Cryptography Library 1.48

org.bouncycastle.asn1.x509
Class TBSCertList.CRLEntry

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
All Implemented Interfaces:
ASN1Encodable
Enclosing class:
TBSCertList

public static class TBSCertList.CRLEntry
extends ASN1Object


Method Summary
 Extensions getExtensions()
           
static TBSCertList.CRLEntry getInstance(java.lang.Object o)
           
 Time getRevocationDate()
           
 ASN1Integer getUserCertificate()
           
 boolean hasExtensions()
           
 ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TBSCertList.CRLEntry getInstance(java.lang.Object o)

getUserCertificate

public ASN1Integer getUserCertificate()

getRevocationDate

public Time getRevocationDate()

getExtensions

public Extensions getExtensions()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object

hasExtensions

public boolean hasExtensions()

Bouncy Castle Cryptography Library 1.48