public class CertificateList extends ASN1Object
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING }
| Modifier and Type | Method and Description |
|---|---|
Extensions |
getExtensions() |
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() |
ASN1BitString |
getSignature() |
AlgorithmIdentifier |
getSignatureAlgorithm() |
TBSCertList |
getTBSCertList() |
Time |
getThisUpdate() |
int |
getVersionNumber() |
int |
hashCode() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValuepublic 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 ASN1BitString getSignature()
public int getVersionNumber()
public X500Name getIssuer()
public Time getThisUpdate()
public Time getNextUpdate()
public Extensions getExtensions()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic int hashCode()
hashCode in class ASN1Object