public class DERIA5String extends ASN1IA5String
Explicit character set escape sequences are not allowed.
| Constructor and Description |
|---|
DERIA5String(java.lang.String string)
Basic constructor - without validation.
|
DERIA5String(java.lang.String string,
boolean validate)
Constructor with optional validation.
|
getInstance, getInstance, getOctets, getString, getTagged, hashCode, isIA5String, toStringencodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValuepublic DERIA5String(java.lang.String string)
string - the base string to use..public DERIA5String(java.lang.String string,
boolean validate)
string - the base string to wrap.validate - whether or not to check the string.java.lang.IllegalArgumentException - if validate is true and the string
contains characters that should not be in an IA5String.