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, ofTypeisSet, tag| Constructor and Description |
|---|
TBSCertificateList() |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofTypedecodeValue, getTag, getType, isSet, setValue, toStringpublic ASN1Integer version
public AlgorithmIdentifier signature
public Name issuer
public Time thisUpdate
public Time nextUpdate
public ASN1SequenceOf revokedCertificates
public Extensions extensions