Class UniversalString.Template

    • Constructor Summary

      Constructors 
      Constructor Description
      Template()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Template

        public Template()