|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mozilla.jss.asn1.CharacterString
org.mozilla.jss.asn1.UTF8String
public class UTF8String
| Nested Class Summary | |
|---|---|
static class |
UTF8String.Template
|
| Field Summary | |
|---|---|
static Form |
FORM
|
static Tag |
TAG
|
| Constructor Summary | |
|---|---|
UTF8String(char[] chars)
|
|
UTF8String(java.lang.String s)
|
|
| 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 UTF8String.Template |
getTemplate()
Returns a singleton instance of UTF8String.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 |
| Field Detail |
|---|
public static final Tag TAG
public static final Form FORM
| Constructor Detail |
|---|
public UTF8String(char[] chars)
throws java.io.CharConversionException
java.io.CharConversionException
public UTF8String(java.lang.String s)
throws java.io.CharConversionException
java.io.CharConversionException| Method Detail |
|---|
public Tag getTag()
ASN1Value
getTag in interface ASN1ValuegetTag in class CharacterStringpublic static UTF8String.Template getTemplate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||