Package org.bouncycastle.asn1.x509
Class CertificateList
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.CertificateList
- All Implemented Interfaces:
ASN1Encodable
,Encodable
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 }
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateList
getInstance
(Object obj) static CertificateList
getInstance
(ASN1TaggedObject obj, boolean explicit) int
int
hashCode()
Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue
-
Method Details
-
getInstance
-
getInstance
-
getTBSCertList
-
getRevokedCertificates
-
getRevokedCertificateEnumeration
-
getSignatureAlgorithm
-
getSignature
-
getVersionNumber
public int getVersionNumber() -
getIssuer
-
getThisUpdate
-
getNextUpdate
-
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-
hashCode
public int hashCode()- Overrides:
hashCode
in classASN1Object
-