Package org.gudy.bouncycastle.asn1.x509
Class CertificateList
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.CertificateList
- All Implemented Interfaces:
DEREncodable
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 }
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DERBitString
(package private) AlgorithmIdentifier
(package private) TBSCertList
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateList
getInstance
(Object obj) static CertificateList
getInstance
(ASN1TaggedObject obj, boolean explicit) int
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
tbsCertList
TBSCertList tbsCertList -
sigAlgId
AlgorithmIdentifier sigAlgId -
sig
DERBitString sig
-
-
Constructor Details
-
CertificateList
-
-
Method Details
-
getInstance
-
getInstance
-
getTBSCertList
-
getRevokedCertificates
-
getSignatureAlgorithm
-
getSignature
-
getVersion
public int getVersion() -
getIssuer
-
getThisUpdate
-
getNextUpdate
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-