public class TBSCertList.CRLEntry extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
(package private) X509Extensions |
crlEntryExtensions |
(package private) Time |
revocationDate |
(package private) ASN1Sequence |
seq |
(package private) DERInteger |
userCertificate |
BER, DER
Constructor and Description |
---|
CRLEntry(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
X509Extensions |
getExtensions() |
Time |
getRevocationDate() |
DERInteger |
getUserCertificate() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
ASN1Sequence seq
DERInteger userCertificate
Time revocationDate
X509Extensions crlEntryExtensions
public CRLEntry(ASN1Sequence seq)
public DERInteger getUserCertificate()
public Time getRevocationDate()
public X509Extensions getExtensions()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.