|
JSS 3.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.mozilla.jss.asn1.CharacterString.Template
|
+--org.mozilla.jss.asn1.UTF8String.Template
| Constructor Summary | |
UTF8String.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. |
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 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 |
|
| Methods inherited from interface org.mozilla.jss.asn1.ASN1Template |
decode, decode |
| Constructor Detail |
public UTF8String.Template()
| Method Detail |
protected Tag getTag()
CharacterString.TemplategetTag in class CharacterString.Templatepublic boolean tagMatch(Tag tag)
ASN1TemplatetagMatch in interface ASN1TemplatetagMatch in class CharacterString.Templateprotected CharConverter getCharConverter()
CharacterString.TemplategetCharConverter in class CharacterString.Template
protected CharacterString generateInstance(char[] chars)
throws java.io.CharConversionException
CharacterString.TemplategenerateInstance in class CharacterString.Templateprotected java.lang.String typeName()
CharacterString.TemplatetypeName in class CharacterString.Template
|
JSS 3.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||