Package org.gudy.bouncycastle.asn1.x509
Class TBSCertList.CRLEntry
- java.lang.Object
-
- org.gudy.bouncycastle.asn1.ASN1Encodable
-
- org.gudy.bouncycastle.asn1.x509.TBSCertList.CRLEntry
-
- All Implemented Interfaces:
DEREncodable
- Enclosing class:
- TBSCertList
public static class TBSCertList.CRLEntry extends ASN1Encodable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) X509Extensions
crlEntryExtensions
(package private) Time
revocationDate
(package private) ASN1Sequence
seq
(package private) DERInteger
userCertificate
-
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
-
Constructor Summary
Constructors Constructor Description CRLEntry(ASN1Sequence seq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509Extensions
getExtensions()
Time
getRevocationDate()
DERInteger
getUserCertificate()
DERObject
toASN1Object()
-
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
-
-
-
Field Detail
-
seq
ASN1Sequence seq
-
userCertificate
DERInteger userCertificate
-
revocationDate
Time revocationDate
-
crlEntryExtensions
X509Extensions crlEntryExtensions
-
-
Constructor Detail
-
CRLEntry
public CRLEntry(ASN1Sequence seq)
-
-
Method Detail
-
getUserCertificate
public DERInteger getUserCertificate()
-
getRevocationDate
public Time getRevocationDate()
-
getExtensions
public X509Extensions getExtensions()
-
toASN1Object
public DERObject toASN1Object()
- Specified by:
toASN1Object
in classASN1Encodable
-
-