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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) X509Extensions
(package private) Time
(package private) ASN1Sequence
(package private) DERInteger
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
seq
ASN1Sequence seq -
userCertificate
DERInteger userCertificate -
revocationDate
Time revocationDate -
crlEntryExtensions
X509Extensions crlEntryExtensions
-
-
Constructor Details
-
CRLEntry
-
-
Method Details
-
getUserCertificate
-
getRevocationDate
-
getExtensions
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-