public class UTF8String extends CharacterString implements ASN1Value
| Modifier and Type | Class and Description |
|---|---|
static class |
UTF8String.Template |
| Constructor and Description |
|---|
UTF8String(char[] chars) |
UTF8String(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 UTF8String.Template |
getTemplate()
Returns a singleton instance of UTF8String.Template.
|
encode, encode, toCharArray, toStringpublic UTF8String(char[] chars)
throws java.io.CharConversionException
java.io.CharConversionExceptionpublic UTF8String(java.lang.String s)
throws java.io.CharConversionException
java.io.CharConversionExceptionpublic Tag getTag()
ASN1ValuegetTag in interface ASN1ValuegetTag in class CharacterStringpublic static UTF8String.Template getTemplate()