Package com.oss.asn1
Class HugeUTF8String16
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.HugeRestrictedString
com.oss.asn1.HugeUTF8String16
- All Implemented Interfaces:
com.oss.asn1.Sizeable
,Serializable
,Cloneable
The HugeUTF8String16 class represents a UTF8String with the BMPSTRING
and the ValueInFile directives 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.HugeUTF8String16
(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
-
HugeUTF8String16
public HugeUTF8String16()The default constructor. -
HugeUTF8String16
Construct from a CharStorage object.- Parameters:
value
- the CharStorage to set 'this' object to.
-