org.bouncycastle.asn1.x509
Class CertificateList
- DEREncodable
public class CertificateList
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows. For signature calculation,
the data that is to be signed is ASN.1 DER encoded.
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING }
getNextUpdate
public Time getNextUpdate()
getRevokedCertificateEnumeration
public Enumeration getRevokedCertificateEnumeration()
getThisUpdate
public Time getThisUpdate()
getVersion
public int getVersion()