org.bouncycastle.asn1.x509
public class CertificateList extends ASN1Encodable
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING }
| Constructor Summary | |
|---|---|
| CertificateList(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| static CertificateList | getInstance(ASN1TaggedObject obj, boolean explicit) |
| static CertificateList | getInstance(Object obj) |
| X509Name | getIssuer() |
| Time | getNextUpdate() |
| TBSCertList.CRLEntry[] | getRevokedCertificates() |
| DERBitString | getSignature() |
| AlgorithmIdentifier | getSignatureAlgorithm() |
| TBSCertList | getTBSCertList() |
| Time | getThisUpdate() |
| int | getVersion() |
| DERObject | toASN1Object() |