public class IA5String extends CharacterString implements ASN1Value
| Modifier and Type | Class and Description |
|---|---|
static class |
IA5String.Template |
| Constructor and Description |
|---|
IA5String(char[] chars) |
IA5String(java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
|
static IA5String.Template |
getTemplate() |
encode, encode, toCharArray, toStringpublic static final Tag TAG
public IA5String(char[] chars)
throws java.io.CharConversionException
java.io.CharConversionExceptionpublic IA5String(java.lang.String s)
throws java.io.CharConversionException
java.io.CharConversionExceptionpublic Tag getTag()
ASN1ValuegetTag in interface ASN1ValuegetTag in class CharacterStringpublic static IA5String.Template getTemplate()