org.apache.geronimo.crypto.asn1.x509
Class TBSCertList.CRLEntry
java.lang.Object
org.apache.geronimo.crypto.asn1.ASN1Encodable
org.apache.geronimo.crypto.asn1.x509.TBSCertList.CRLEntry
- All Implemented Interfaces:
- DEREncodable
- Enclosing class:
- TBSCertList
public 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
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.