org.mozilla.jss.asn1
public class BMPString extends CharacterString implements ASN1Value
Nested Class Summary | |
---|---|
static class | BMPString.Template |
Constructor Summary | |
---|---|
BMPString(char[] chars)
Creates a new BMPString from an array of Java characters. | |
BMPString(String s)
Creates a new BMPString from a Java String. |
Method Summary | |
---|---|
Tag | getTag() |
static BMPString.Template | getTemplate()
Returns a singleton instance of BMPString.Template. |