org.mozilla.jss.asn1
public abstract class CharacterString extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| abstract static class | CharacterString.Template |
| Constructor Summary | |
|---|---|
| protected | CharacterString(char[] chars) |
| protected | CharacterString(String s) |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| abstract Tag | getTag() |
| char[] | toCharArray()
Converts this ASN.1 character string to an array of Java characters. |
| String | toString()
Converts this ASN.1 character string to a Java String. |