|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.asn1.CharacterString | +--org.mozilla.jss.asn1.IA5String
Inner Class Summary | |
static class |
IA5String.Template
|
Inner classes inherited from class org.mozilla.jss.asn1.CharacterString |
CharacterString.Template |
Field Summary | |
static Tag |
TAG
|
Constructor Summary | |
IA5String(char[] chars)
|
|
IA5String(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 IA5String.Template |
getTemplate()
|
Methods inherited from class org.mozilla.jss.asn1.CharacterString |
encode,
encode,
toCharArray,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final Tag TAG
Constructor Detail |
public IA5String(char[] chars) throws java.io.CharConversionException
public IA5String(java.lang.String s) throws java.io.CharConversionException
Method Detail |
public Tag getTag()
public static IA5String.Template getTemplate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |