Package org.bouncycastle.asn1.x509
Class TBSCertList.CRLEntry
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
- All Implemented Interfaces:
ASN1Encodable
- Enclosing class:
- TBSCertList
public static class TBSCertList.CRLEntry extends ASN1Object
-
Method Summary
Modifier and Type Method Description ExtensionsgetExtensions()static TBSCertList.CRLEntrygetInstance(Object o)TimegetRevocationDate()ASN1IntegergetUserCertificate()booleanhasExtensions()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Method Details
-
getInstance
-
getUserCertificate
-
getRevocationDate
-
getExtensions
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-
hasExtensions
public boolean hasExtensions()
-