com.mindbright.security.x509
public class TBSCertificateList extends ASN1Sequence
Modifier and Type | Field and Description |
---|---|
Extensions |
extensions |
Name |
issuer |
Time |
nextUpdate |
ASN1SequenceOf |
revokedCertificates |
AlgorithmIdentifier |
signature |
Time |
thisUpdate |
ASN1Integer |
version |
components, count, ofType
isSet, tag
Constructor and Description |
---|
TBSCertificateList() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
decodeValue, getTag, getType, isSet, setValue, toString
public ASN1Integer version
public AlgorithmIdentifier signature
public Name issuer
public Time thisUpdate
public Time nextUpdate
public ASN1SequenceOf revokedCertificates
public Extensions extensions