jp.bitmeister.asn1.type
Class BuiltInModule.UnknownEnumerated
java.lang.Object
jp.bitmeister.asn1.type.ASN1Type
jp.bitmeister.asn1.type.PrimitiveType<java.math.BigInteger>
jp.bitmeister.asn1.type.builtin.INTEGER
jp.bitmeister.asn1.type.BuiltInModule.UnknownEnumerated
- All Implemented Interfaces:
- java.lang.Cloneable, ValueComparable
- Enclosing class:
- BuiltInModule
public static class BuiltInModule.UnknownEnumerated
- extends INTEGER
Represents unknown 'ENUMERATED' type.
If the ASN.1 tag indicates 'UNIVERSAL 10' the instantiate
method
of built-in module will return an instance of this class because the data
must be an 'ENUMERATED' type but can't specify the definition. An
instance of this type behaves as an instance of INTEGER
.
- Author:
- WATANABE, Jun.
- See Also:
ENUMERATED
,
INTEGER
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BuiltInModule.UnknownEnumerated
public BuiltInModule.UnknownEnumerated()