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
}
getInstance
public static TBSCertList getInstance(Object obj)
getNextUpdate
public Time getNextUpdate()
getRevokedCertificateEnumeration
public Enumeration getRevokedCertificateEnumeration()
getThisUpdate
public Time getThisUpdate()
getVersion
public int getVersion()
getVersionNumber
public DERInteger getVersionNumber()