|
JSS 3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.asn1.CharacterString | +--org.mozilla.jss.asn1.BMPString
The ASN.1 type BMPString. BMPStrings use the Unicode character set. They are encoded and decoded in big-endian format using two octets.
Nested Class Summary | |
static class |
BMPString.Template
|
Nested classes inherited from class org.mozilla.jss.asn1.CharacterString |
|
Constructor Summary | |
BMPString(char[] chars)
Creates a new BMPString from an array of Java characters. |
|
BMPString(java.lang.String s)
Creates a new BMPString from a Java String. |
Method Summary | |
Tag |
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context. |
static BMPString.Template |
getTemplate()
Returns a singleton instance of BMPString.Template. |
Methods inherited from class org.mozilla.jss.asn1.CharacterString |
encode, encode, toCharArray, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mozilla.jss.asn1.ASN1Value |
encode, encode |
Constructor Detail |
public BMPString(char[] chars) throws java.io.CharConversionException
public BMPString(java.lang.String s) throws java.io.CharConversionException
Method Detail |
public Tag getTag()
ASN1Value
getTag
in interface ASN1Value
getTag
in class CharacterString
public static BMPString.Template getTemplate()
|
JSS 3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |