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
 
public static class TBSCertList.CRLEntry
- extends ASN1Encodable
 
 
 
 
 
 
 
TBSCertList.CRLEntry
public TBSCertList.CRLEntry(ASN1Sequence seq)
getUserCertificate
public DERInteger getUserCertificate()
 
getRevocationDate
public Time getRevocationDate()
 
getExtensions
public X509Extensions getExtensions()
 
toASN1Object
public DERObject toASN1Object()
- Specified by:
 toASN1Object in class ASN1Encodable