Package org.bouncycastle.asn1.x509
Class CertificateList
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.CertificateList
- All Implemented Interfaces:
ASN1Encodable
public class CertificateList extends ASN1Object
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 }
-
Constructor Summary
Constructors Constructor Description CertificateList(ASN1Sequence seq) -
Method Summary
Modifier and Type Method Description static CertificateListgetInstance(Object obj)static CertificateListgetInstance(ASN1TaggedObject obj, boolean explicit)X500NamegetIssuer()TimegetNextUpdate()EnumerationgetRevokedCertificateEnumeration()TBSCertList.CRLEntry[]getRevokedCertificates()DERBitStringgetSignature()AlgorithmIdentifiergetSignatureAlgorithm()TBSCertListgetTBSCertList()TimegetThisUpdate()intgetVersionNumber()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
CertificateList
-
-
Method Details
-
getInstance
-
getInstance
-
getTBSCertList
-
getRevokedCertificates
-
getRevokedCertificateEnumeration
-
getSignatureAlgorithm
-
getSignature
-
getVersionNumber
public int getVersionNumber() -
getIssuer
-
getThisUpdate
-
getNextUpdate
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-