org.mozilla.jss.asn1
Class BMPString.Template
- BMPString
- ASN1Template
public static class BMPString.Template
protected CharacterString | generateInstance(char[] chars) - Must be overridden to create an instance of the subclass given
a char array.
|
protected CharConverter | getCharConverter() - Must be overridden to return the correct character converter
for the subclass.
|
protected Tag | getTag() - Must be overridden to return the tag for the subclass.
|
boolean | tagMatch(Tag tag) - Determines whether the given tag will satisfy this template.
|
protected String | typeName() - Must be overridden to provide the name of the subclass, for including
into error messages.
|
generateInstance
protected CharacterString generateInstance(char[] chars)
throws CharConversionException
Must be overridden to create an instance of the subclass given
a char array.
- generateInstance in interface CharacterString.Template
getCharConverter
protected CharConverter getCharConverter()
Must be overridden to return the correct character converter
for the subclass.
- getCharConverter in interface CharacterString.Template
typeName
protected String typeName()
Must be overridden to provide the name of the subclass, for including
into error messages.
- typeName in interface CharacterString.Template