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