pasn
Class ASN1SequenceOf<T extends ASN1GenericObject>

java.lang.Object
  extended by pasn.ASN1Object
      extended by pasn.ASN1ConstructedStructuredCollection<T>
          extended by pasn.ASN1SequenceOf<T>
Type Parameters:
T -
All Implemented Interfaces:
java.lang.Iterable<ASN1MandatoryComponent>, ASN1Collection<T>, ASN1ConstructedObject, ASN1DefaultValuedObject, ASN1EncodingSpecificObject, ASN1GenericObject, ASN1MandatoryComponentCreator<T>, ASN1OrderedObject, ASN1Resetable, ASN1StructuredMandatoryObject

public abstract class ASN1SequenceOf<T extends ASN1GenericObject>
extends ASN1ConstructedStructuredCollection<T>
implements ASN1OrderedObject

Author:
ncottin

Constructor Summary
ASN1SequenceOf()
           
 
Method Summary
 
Methods inherited from class pasn.ASN1ConstructedStructuredCollection
add, clear, equal, getASN1Name, getComponents, getComponentsName, getMaximumSize, getMinimumSize, hasDefaultValue, hasValue, hasValueOrDefault, isDefaultEmpty, isEmpty, isValueDefault, iterator, namedComponents, reset, setComponentsName, setDefaultValue, setMaximumSize, setMinimumSize, validateConstraints
 
Methods inherited from class pasn.ASN1Object
getAsnClass, getSpecificEncoding, getSpecificEncoding, getType, hasSpecificEncodings, setSpecificEncoding
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pasn.ASN1Collection
createComponent
 
Methods inherited from interface pasn.ASN1GenericObject
getAsnClass, getType
 
Methods inherited from interface pasn.ASN1EncodingSpecificObject
getSpecificEncoding, hasSpecificEncodings
 
Methods inherited from interface pasn.ASN1MandatoryComponentCreator
createObject
 

Constructor Detail

ASN1SequenceOf

public ASN1SequenceOf()