public static class IA5String.Template extends CharacterString.Template implements ASN1Template
| Constructor and Description | 
|---|
| Template() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CharacterString | generateInstance(char[] chars)Must be overridden to create an instance of the subclass given
 a char array. | 
| protected org.mozilla.jss.asn1.CharConverter | getCharConverter()Must be overridden to return the correct character converter
 for the subclass. | 
| 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 java.lang.String | typeName()Must be overridden to provide the name of the subclass, for including
 into error messages. | 
decode, decodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, decodepublic Tag getTag()
CharacterString.TemplategetTag in class CharacterString.Templatepublic boolean tagMatch(Tag tag)
ASN1TemplatetagMatch in interface ASN1TemplatetagMatch in class CharacterString.Templateprotected org.mozilla.jss.asn1.CharConverter getCharConverter()
CharacterString.TemplategetCharConverter in class CharacterString.Templateprotected CharacterString generateInstance(char[] chars) throws java.io.CharConversionException
CharacterString.TemplategenerateInstance in class CharacterString.Templatejava.io.CharConversionExceptionprotected java.lang.String typeName()
CharacterString.TemplatetypeName in class CharacterString.Template