|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.asn1.CharacterString.Template
org.mozilla.jss.asn1.UTF8String.Template
public static class 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 org.mozilla.jss.asn1.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 |
---|
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 UTF8String.Template()
Method Detail |
---|
protected Tag getTag()
CharacterString.Template
getTag
in class CharacterString.Template
public boolean tagMatch(Tag tag)
ASN1Template
tagMatch
in interface ASN1Template
tagMatch
in class CharacterString.Template
protected org.mozilla.jss.asn1.CharConverter getCharConverter()
CharacterString.Template
getCharConverter
in class CharacterString.Template
protected CharacterString generateInstance(char[] chars) throws java.io.CharConversionException
CharacterString.Template
generateInstance
in class CharacterString.Template
java.io.CharConversionException
protected java.lang.String typeName()
CharacterString.Template
typeName
in class CharacterString.Template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |