pasn
Class ASN1Sequence

java.lang.Object
  extended by pasn.ASN1Object
      extended by pasn.ASN1ConstructedStructuredObject
          extended by pasn.ASN1Sequence
All Implemented Interfaces:
java.lang.Iterable<ASN1Component>, ASN1ConstructedObject, ASN1DefaultValuedObject, ASN1EncodingSpecificObject, ASN1GenericObject, ASN1OrderedObject, ASN1Resetable, ASN1StructuredObject

public abstract class ASN1Sequence
extends ASN1ConstructedStructuredObject
implements ASN1OrderedObject

Author:
ncottin

Constructor Summary
ASN1Sequence()
           
 
Method Summary
 
Methods inherited from class pasn.ASN1ConstructedStructuredObject
equal, equals, findComponent, findComponent, getASN1Name, getDefaultValue, getName, hasDefaultValue, hasValue, hasValue, hasValueOrDefault, isValueDefault, iterator, reset, setDefaultValue
 
Methods inherited from class pasn.ASN1Object
getAsnClass, getSpecificEncoding, getSpecificEncoding, getType, hasSpecificEncodings, setSpecificEncoding
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pasn.ASN1GenericObject
getAsnClass, getType
 
Methods inherited from interface pasn.ASN1EncodingSpecificObject
getSpecificEncoding, hasSpecificEncodings
 
Methods inherited from interface pasn.ASN1StructuredObject
getComponents
 

Constructor Detail

ASN1Sequence

public ASN1Sequence()