Package org.mozilla.jss.asn1
Class TeletexString
java.lang.Object
org.mozilla.jss.asn1.CharacterString
org.mozilla.jss.asn1.TeletexString
- All Implemented Interfaces:
ASN1Value
The ASN.1 type TeletexString.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
static class
-
Field Summary
FieldsFields inherited from class org.mozilla.jss.asn1.CharacterString
FORM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CharConverter
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static TeletexString.Template
Returns a singleton instance of the decoding template for this class.Methods inherited from class org.mozilla.jss.asn1.CharacterString
encode, encode, toCharArray, toString
-
Field Details
-
TAG
-
templateInstance
-
-
Constructor Details
-
TeletexString
- Throws:
CharConversionException
-
TeletexString
- Throws:
CharConversionException
-
-
Method Details
-
getTag
Description copied from interface:ASN1Value
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.- Specified by:
getTag
in interfaceASN1Value
- Specified by:
getTag
in classCharacterString
- Returns:
- Base tag.
-
getCharConverter
CharConverter getCharConverter()- Specified by:
getCharConverter
in classCharacterString
-
getTemplate
Returns a singleton instance of the decoding template for this class.- Returns:
- Template.
-