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