pasn
Class ASN1SetOf<T extends ASN1GenericObject>

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

public abstract class ASN1SetOf<T extends ASN1GenericObject>
extends ASN1ConstructedStructuredCollection<T>
implements ASN1UnorderedObject

Author:
ncottin

Constructor Summary
ASN1SetOf()
           
 
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

ASN1SetOf

public ASN1SetOf()