jp.bitmeister.asn1.type
Class BuiltInModule.UnknownSequence
java.lang.Object
jp.bitmeister.asn1.type.ASN1Type
jp.bitmeister.asn1.type.CollectionType<T>
jp.bitmeister.asn1.type.builtin.SEQUENCE_OF<ANY>
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
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BuiltInModule.UnknownSequence
public BuiltInModule.UnknownSequence()