Package org.bouncycastle.asn1.x509
Class TBSCertList
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.TBSCertList
- All Implemented Interfaces:
ASN1Encodable
,Encodable
PKIX RFC-2459 - TBSCertList object.
TBSCertList ::= SEQUENCE { version Version OPTIONAL, -- if present, shall be v2 signature AlgorithmIdentifier, issuer Name, thisUpdate Time, nextUpdate Time OPTIONAL, revokedCertificates SEQUENCE OF SEQUENCE { userCertificate CertificateSerialNumber, revocationDate Time, crlEntryExtensions Extensions OPTIONAL -- if present, shall be v2 } OPTIONAL, crlExtensions [0] EXPLICIT Extensions OPTIONAL -- if present, shall be v2 }
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TBSCertList
getInstance
(Object obj) static TBSCertList
getInstance
(ASN1TaggedObject obj, boolean explicit) int
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, hashCode
-
Constructor Details
-
TBSCertList
-
-
Method Details
-
getInstance
-
getInstance
-
getVersionNumber
public int getVersionNumber() -
getVersion
-
getSignature
-
getIssuer
-
getThisUpdate
-
getNextUpdate
-
getRevokedCertificates
-
getRevokedCertificateEnumeration
-
getExtensions
-
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.
-