jp.bitmeister.asn1.type
Class BuiltInModule.UnknownSequence

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.SEQUENCE_OF<ANY>
              extended by jp.bitmeister.asn1.type.BuiltInModule.UnknownSequence
All Implemented Interfaces:
java.lang.Cloneable, SizeCountable
Enclosing class:
BuiltInModule

public static class BuiltInModule.UnknownSequence
extends SEQUENCE_OF<ANY>

Represents unknown 'SEQUENCE' type.

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

Author:
WATANABE, Jun.
See Also:
SEQUENCE_OF

Field Summary
 
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type
stringBuilder
 
Constructor Summary
BuiltInModule.UnknownSequence()
           
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.type.builtin.SEQUENCE_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.UnknownSequence

public BuiltInModule.UnknownSequence()