Package com.oss.asn1
Class HugeNumericString
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.HugeRestrictedString
com.oss.asn1.HugeString
com.oss.asn1.HugeNumericString
- All Implemented Interfaces:
com.oss.asn1.Sizeable
,Serializable
,Cloneable
The HugeNumericString class represents the ASN.1 NumericString type with
the ValueInFile directive applied.
- Since:
- ASN.1/Java 1.4 beta A
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.HugeNumericString
(CharStorage value) Construct from a CharStorage object. -
Method Summary
Methods inherited from class com.oss.asn1.HugeRestrictedString
charStorageValue, delete, equalTo, getSize, setValue
Methods inherited from class com.oss.asn1.AbstractData
clone, equals, hashCode, isEncodable, isPDU, isValid, toString, toString
-
Constructor Details
-
HugeNumericString
public HugeNumericString()The default constructor. -
HugeNumericString
Construct from a CharStorage object.- Parameters:
value
- the CharStorage to set 'this' object to.
-