org.mozilla.jss.asn1
Class PrintableString.Template

java.lang.Object
  |
  +--org.mozilla.jss.asn1.CharacterString.Template
        |
        +--org.mozilla.jss.asn1.PrintableString.Template
Enclosing class:
PrintableString

public static class PrintableString.Template
extends CharacterString.Template
implements ASN1Template


Constructor Summary
PrintableString.Template()
           
 
Method Summary
 boolean tagMatch(Tag tag)
          Determines whether the given tag will satisfy this template.
 
Methods inherited from class org.mozilla.jss.asn1.CharacterString.Template
decode, decode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintableString.Template

public PrintableString.Template()
Method Detail

tagMatch

public boolean tagMatch(Tag tag)
Description copied from interface: ASN1Template
Determines whether the given tag will satisfy this template.
Specified by:
tagMatch in interface ASN1Template
Overrides:
tagMatch in class CharacterString.Template