Package org.mozilla.jss.asn1
Class UTF8String
java.lang.Object
org.mozilla.jss.asn1.CharacterString
org.mozilla.jss.asn1.UTF8String
- All Implemented Interfaces:
ASN1Value
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static UTF8String.Template
Returns a singleton instance of UTF8String.Template.Methods inherited from class org.mozilla.jss.asn1.CharacterString
encode, encode, toCharArray, toString
-
Field Details
-
TAG
-
FORM
-
-
Constructor Details
-
UTF8String
- Throws:
CharConversionException
-
UTF8String
- 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.
-
getTemplate
Returns a singleton instance of UTF8String.Template. This is more efficient than creating a new UTF8String.Template.- Returns:
- Template.
-