pasn
Class ASN1Set

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

public abstract class ASN1Set
extends ASN1ConstructedStructuredObject
implements ASN1UnorderedObject

Author:
ncottin

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

ASN1Set

public ASN1Set()