|
JSS 3.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.mozilla.jss.asn1.CharacterString.Template
|
+--org.mozilla.jss.asn1.IA5String.Template
| Constructor Summary | |
IA5String.Template()
|
|
| Method Summary | |
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. |
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. |
| Methods inherited from class org.mozilla.jss.asn1.CharacterString.Template |
decode, decode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mozilla.jss.asn1.ASN1Template |
decode, decode |
| Constructor Detail |
public IA5String.Template()
| Method Detail |
public Tag getTag()
CharacterString.Template
getTag in class CharacterString.Templatepublic boolean tagMatch(Tag tag)
ASN1Template
tagMatch in interface ASN1TemplatetagMatch in class CharacterString.Templateprotected CharConverter getCharConverter()
CharacterString.Template
getCharConverter in class CharacterString.Template
protected CharacterString generateInstance(char[] chars)
throws java.io.CharConversionException
CharacterString.Template
generateInstance in class CharacterString.Templatejava.io.CharConversionExceptionprotected java.lang.String typeName()
CharacterString.Template
typeName in class CharacterString.Template
|
JSS 3.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||