public static class TBSCertList.CRLEntry extends ASN1Object
Modifier and Type | Method and Description |
---|---|
Extensions |
getExtensions() |
static TBSCertList.CRLEntry |
getInstance(Object o) |
Time |
getRevocationDate() |
ASN1Integer |
getUserCertificate() |
boolean |
hasExtensions() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static TBSCertList.CRLEntry getInstance(Object o)
public ASN1Integer getUserCertificate()
public Time getRevocationDate()
public Extensions getExtensions()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public boolean hasExtensions()
Copyright © 2018 BouncyCastle.org. All rights reserved.