com.mindbright.security.x509
Class TBSCertificateList

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Sequence
              extended bycom.mindbright.security.x509.TBSCertificateList

public class TBSCertificateList
extends ASN1Sequence


Field Summary
 Extensions extensions
           
 Name issuer
           
 Time nextUpdate
           
 ASN1SequenceOf revokedCertificates
           
 AlgorithmIdentifier signature
           
 Time thisUpdate
           
 ASN1Integer version
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
TBSCertificateList()
           
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public ASN1Integer version

signature

public AlgorithmIdentifier signature

issuer

public Name issuer

thisUpdate

public Time thisUpdate

nextUpdate

public Time nextUpdate

revokedCertificates

public ASN1SequenceOf revokedCertificates

extensions

public Extensions extensions
Constructor Detail

TBSCertificateList

public TBSCertificateList()