Class TBSCertList.CRLEntry
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.util.Encodable
public class TBSCertList.CRLEntry extends ASN1Object
-
-
Method Summary
Modifier and Type Method Description static TBSCertList.CRLEntry
getInstance(Object o)
ASN1Integer
getUserCertificate()
Time
getRevocationDate()
Extensions
getExtensions()
ASN1Primitive
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding. boolean
hasExtensions()
-
-
Method Detail
-
getInstance
static TBSCertList.CRLEntry getInstance(Object o)
-
getUserCertificate
ASN1Integer getUserCertificate()
-
getRevocationDate
Time getRevocationDate()
-
getExtensions
Extensions getExtensions()
-
toASN1Primitive
ASN1Primitive toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
- Returns:
a primitive representation of this object.
-
hasExtensions
boolean hasExtensions()
-
-
-
-