com.mindbright.asn1
Class ASN1Sequence

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Sequence
Direct Known Subclasses:
AlgorithmIdentifier, ASN1SequenceOf, Attribute, AttributeTypeAndValue, BasicConstraints, CertBag, Certificate, CertificateList, ContentInfo, DigestInfo, DSAParams, DSAWithSHA1.DSASIG, EncryptedContentInfo, EncryptedData, EncryptedPrivateKeyInfo, EnvelopedData, Extension, IssuerAndSerialNumber, MacData, PFX, PKCS12KeyStore.DSAyx, PKCS12PbeParams, PrivateKeyInfo, RecipientInfo, RevokedCertificate, RSAPrivateKey, RSAPublicKey, SafeBag, SSH2KeyPairFile.PEMDSAPrivate, SubjectPublicKeyInfo, TBSCertificate, TBSCertificateList, Validity

public class ASN1Sequence
extends ASN1Structure


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
protected ASN1Sequence()
           
 
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
 

Constructor Detail

ASN1Sequence

protected ASN1Sequence()