com.mindbright.asn1
public class ASN1IA5String extends ASN1CharString
value
isSet, tag
Constructor and Description |
---|
ASN1IA5String() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
void |
setValue(java.lang.String string) |
java.lang.String |
toString() |
equals, hashCode
decodeValue, encodeValue, getRaw, setRaw
decodeValue, getTag, getType, isSet, setValue
public void setValue(java.lang.String string)
setValue
in class ASN1CharString
public java.lang.String getValue()
getValue
in class ASN1CharString
public java.lang.String toString()
toString
in class ASN1Object