org.mozilla.jss.asn1
Class PrintableString
java.lang.Object
|
+--org.mozilla.jss.asn1.CharacterString
|
+--org.mozilla.jss.asn1.PrintableString
- public class PrintableString
- extends CharacterString
- implements ASN1Value
Method Summary |
Tag |
getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context. |
static PrintableString.Template |
getTemplate()
Returns a singleton instance of the decoding template for this class. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
TAG
public static final Tag TAG
FORM
public static final Form FORM
PrintableString
public PrintableString(char[] chars)
throws java.io.CharConversionException
PrintableString
public PrintableString(java.lang.String s)
throws java.io.CharConversionException
getTag
public Tag 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 interface ASN1Value
- Overrides:
- getTag in class CharacterString
getTemplate
public static PrintableString.Template getTemplate()
- Returns a singleton instance of the decoding template for this class.