org.mozilla.jss.asn1
Class BMPString.Template

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

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


Constructor Summary
BMPString.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

BMPString.Template

public BMPString.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