com.mindbright.asn1
Class ASN1Sequence

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Sequence
Direct Known Subclasses:
AlgorithmIdentifier, ASN1SequenceOf, Attribute, AttributeTypeAndValue, BasicConstraints, CatMemberInfo, CatNameValue, CertBag, Certificate, CertificateList, ContentInfo, CtlEntry, CtlInfo, DigestInfo, DSAParams, DSAWithSHA1.DSASIG, EncryptedContentInfo, EncryptedData, EncryptedPrivateKeyInfo, EnvelopedData, ExtendedCertificate, Extension, IssuerAndSerialNumber, MacData, PFX, PKCS12KeyStore.DSAyx, PKCS12PbeParams, PrivateKeyInfo, RecipientInfo, RevokedCertificate, RSAPrivateKey, RSAPublicKey, SafeBag, SignedData, SignerInfo, SpcAttributeTypeAndOptionalValue, SpcIndirectDataContent, SpcPeImageData, SpcSerializedObject, SpcSpOpusInfo, 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()
           
 
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
 

Constructor Detail

ASN1Sequence

protected ASN1Sequence()