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