com.mindbright.security.ms
Class CtlInfo

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Sequence
              extended by com.mindbright.security.ms.CtlInfo

public final class CtlInfo
extends ASN1Sequence


Field Summary
 ASN1SequenceOf ctlEntries
           
 ASN1SequenceOf extensions
           
 ASN1OctetString listIdentifier
           
 ASN1UTCTime nextUpdate
           
 ASN1Integer sequenceNumber
           
 AlgorithmIdentifier subjectAlgorithm
           
 ASN1SequenceOf subjectUsage
           
 ASN1UTCTime thisUpdate
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
CtlInfo()
           
 
Method Summary
 
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

subjectUsage

public ASN1SequenceOf subjectUsage

listIdentifier

public ASN1OctetString listIdentifier

sequenceNumber

public ASN1Integer sequenceNumber

thisUpdate

public ASN1UTCTime thisUpdate

nextUpdate

public ASN1UTCTime nextUpdate

subjectAlgorithm

public AlgorithmIdentifier subjectAlgorithm

ctlEntries

public ASN1SequenceOf ctlEntries

extensions

public ASN1SequenceOf extensions
Constructor Detail

CtlInfo

public CtlInfo()