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