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) TBSCertListFields inherited from class ASN1Encodable
BER, DER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateListgetInstance(Object obj) static CertificateListgetInstance(ASN1TaggedObject obj, boolean explicit) intMethods inherited from class 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:
toASN1Objectin classASN1Encodable
-