Package com.oss.asn1
Class IA5String
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractString
com.oss.asn1.AbstractString16
com.oss.asn1.IA5String
- All Implemented Interfaces:
com.oss.asn1.Sizeable
,Serializable
,Cloneable
The IA5String class represents the ASN.1 IA5String type.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clone 'this' object.Returns the name of ASN.1 type this java class represents.Methods inherited from class com.oss.asn1.AbstractString16
delete, getSize, hashCode, setValue, setValue, stringValue
Methods inherited from class com.oss.asn1.AbstractString
compareTo, equalTo, getLength
Methods inherited from class com.oss.asn1.AbstractData
equals, isEncodable, isPDU, isValid, toString, toString
-
Constructor Details
-
IA5String
public IA5String()The default constructor. -
IA5String
Construct from a String.- Parameters:
value
- the String to set 'this' object to.
-
IA5String
public IA5String(char[] value) Construct from a char array.- Parameters:
value
- the char array to set 'this' object to.
-
-
Method Details
-
clone
Clone 'this' object.- Overrides:
clone
in classAbstractString16
- Returns:
- deep copy of 'this' object.
-
getTypeName
Returns the name of ASN.1 type this java class represents.- Overrides:
getTypeName
in classAbstractData
- Returns:
- the name of the ASN.1 type.
-