org.mozilla.jss.asn1
Class BMPString
- ASN1Value
The ASN.1 type BMPString. BMPStrings use the Unicode character set.
They are encoded and decoded in big-endian format using two octets.
BMPString(String s) - Creates a new BMPString from a Java String.
|
BMPString(char[] chars) - Creates a new BMPString from an array of Java characters.
|
BMPString
public BMPString(String s)
throws CharConversionException
Creates a new BMPString from a Java String.
BMPString
public BMPString(char[] chars)
throws CharConversionException
Creates a new BMPString from an array of Java characters.
getTemplate
public static BMPString.Template getTemplate()
Returns a singleton instance of BMPString.Template. This is more
efficient than creating a new BMPString.Template.