jp.bitmeister.asn1.type
Class BuiltInModule.UnknownSet

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Type
      extended by jp.bitmeister.asn1.type.CollectionType<T>
          extended by jp.bitmeister.asn1.type.builtin.SET_OF<ANY>
              extended by jp.bitmeister.asn1.type.BuiltInModule.UnknownSet
All Implemented Interfaces:
java.lang.Cloneable, SizeCountable
Enclosing class:
BuiltInModule

public static class BuiltInModule.UnknownSet
extends SET_OF<ANY>

Represents unknown 'SET' type.

If the ASN.1 tag indicates 'UNIVERSAL 17' the instantiate method of built-in module will return an instance of this class because the data must be a 'SET' or 'SET OF' type but can't specify the definition. An instance of this type behaves as an instance of SET_OF<ANY>.

Author:
WATANABE, Jun.
See Also:
SET_OF

Field Summary
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
BuiltInModule.UnknownSet()
           
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.SET_OF
accept, newCollection
 
Methods inherited from class jp.bitmeister.asn1.type.CollectionType
clear, clone, collection, componentSpecification, componentType, hashCode, hasValue, size, valueEquals
 
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type
equals, instantiate, matches, specification, toString, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuiltInModule.UnknownSet

public BuiltInModule.UnknownSet()