public class CertificateList extends ASN1Object
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING }
| Constructor and Description |
|---|
CertificateList(ASN1Sequence seq)
Deprecated.
use getInstance() method.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateList |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static CertificateList |
getInstance(java.lang.Object obj) |
X500Name |
getIssuer() |
Time |
getNextUpdate() |
java.util.Enumeration |
getRevokedCertificateEnumeration() |
TBSCertList.CRLEntry[] |
getRevokedCertificates() |
DERBitString |
getSignature() |
AlgorithmIdentifier |
getSignatureAlgorithm() |
TBSCertList |
getTBSCertList() |
Time |
getThisUpdate() |
int |
getVersionNumber() |
int |
hashCode() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, toASN1Objectpublic CertificateList(ASN1Sequence seq)
seq - public static CertificateList getInstance(ASN1TaggedObject obj, boolean explicit)
public static CertificateList getInstance(java.lang.Object obj)
public TBSCertList getTBSCertList()
public TBSCertList.CRLEntry[] getRevokedCertificates()
public java.util.Enumeration getRevokedCertificateEnumeration()
public AlgorithmIdentifier getSignatureAlgorithm()
public DERBitString getSignature()
public int getVersionNumber()
public X500Name getIssuer()
public Time getThisUpdate()
public Time getNextUpdate()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic int hashCode()
hashCode in class ASN1Object