org.bouncycastle.asn1.x509
public class TBSCertList extends ASN1Encodable
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 | |
|---|---|
| class | TBSCertList.CRLEntry |
| Constructor Summary | |
|---|---|
| TBSCertList(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| X509Extensions | getExtensions() |
| static TBSCertList | getInstance(ASN1TaggedObject obj, boolean explicit) |
| static TBSCertList | getInstance(Object obj) |
| X509Name | getIssuer() |
| Time | getNextUpdate() |
| TBSCertList.CRLEntry[] | getRevokedCertificates() |
| AlgorithmIdentifier | getSignature() |
| Time | getThisUpdate() |
| int | getVersion() |
| DERInteger | getVersionNumber() |
| DERObject | toASN1Object() |