org.bouncycastle.asn1.x509

Class TBSCertList.CRLEntry

Enclosing Class:
TBSCertList
Implemented Interfaces:
DEREncodable

public class TBSCertList.CRLEntry
extends ASN1Encodable

Constructor Summary

CRLEntry(ASN1Sequence seq)

Method Summary

X509Extensions
getExtensions()
Time
getRevocationDate()
DERInteger
getUserCertificate()
DERObject
toASN1Object()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDERObject, getEncoded, hashCode, toASN1Object

Constructor Details

CRLEntry

public CRLEntry(ASN1Sequence seq)

Method Details

getExtensions

public X509Extensions getExtensions()


getRevocationDate

public Time getRevocationDate()


getUserCertificate

public DERInteger getUserCertificate()


toASN1Object

public DERObject toASN1Object()
Overrides:
toASN1Object in interface ASN1Encodable