org.mozilla.jss.asn1
public abstract static class CharacterString.Template extends Object implements ASN1Template
| Method Summary | |
|---|---|
| ASN1Value | decode(InputStream istream) |
| ASN1Value | decode(Tag implicitTag, InputStream istream) |
| protected abstract CharacterString | generateInstance(char[] chars)
Must be overridden to create an instance of the subclass given
a char array. |
| protected abstract CharConverter | getCharConverter()
Must be overridden to return the correct character converter
for the subclass. |
| protected abstract Tag | getTag()
Must be overridden to return the tag for the subclass. |
| abstract boolean | tagMatch(Tag tag) |
| protected abstract String | typeName()
Must be overridden to provide the name of the subclass, for including
into error messages. |