|
Bouncy Castle Cryptography 1.11 API Specification: Class TBSCertList.CRLEntry
org.bouncycastle.asn1.x509
Class TBSCertList.CRLEntry
java.lang.Object
|
+--org.bouncycastle.asn1.x509.TBSCertList.CRLEntry
- All Implemented Interfaces:
- DEREncodable
- Enclosing class:
- TBSCertList
- public class TBSCertList.CRLEntry
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TBSCertList.CRLEntry
public TBSCertList.CRLEntry(DERConstructedSequence seq)
getUserCertificate
public DERInteger getUserCertificate()
getRevocationDate
public DERUTCTime getRevocationDate()
getExtensions
public X509Extensions getExtensions()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject in interface DEREncodable
|