org.mozilla.jss.asn1
public class PrintableString extends CharacterString implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | PrintableString.Template |
| Field Summary | |
|---|---|
| static Form | FORM |
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| PrintableString(char[] chars) | |
| PrintableString(String s) | |
| Method Summary | |
|---|---|
| Tag | getTag() |
| static PrintableString.Template | getTemplate()
Returns a singleton instance of the decoding template for this class. |