kz.gamma.hardware.asn1.x509
Class TBSCertList.CRLEntry
java.lang.Object
kz.gamma.hardware.asn1.ASN1Encodable
kz.gamma.hardware.asn1.x509.TBSCertList.CRLEntry
- All Implemented Interfaces:
- DEREncodable
- Enclosing class:
- TBSCertList
public class TBSCertList.CRLEntry
- extends ASN1Encodable
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
seq
ASN1Sequence seq
userCertificate
DERInteger userCertificate
revocationDate
Time revocationDate
crlEntryExtensions
X509Extensions crlEntryExtensions
TBSCertList.CRLEntry
public TBSCertList.CRLEntry(ASN1Sequence seq)
- Parameters:
seq -
getUserCertificate
public DERInteger getUserCertificate()
- Returns:
getRevocationDate
public Time getRevocationDate()
- Returns:
getExtensions
public X509Extensions getExtensions()
- Returns:
toASN1Object
public DERObject toASN1Object()
- Specified by:
toASN1Object in class ASN1Encodable
- Returns:
Copyright © 2013 Gamma Technologies. All Rights Reserved.