org.mozilla.jss.asn1

Class IA5String

Implemented Interfaces:
ASN1Value

public class IA5String
extends CharacterString
implements ASN1Value

Nested Class Summary

static class
IA5String.Template

Nested classes/interfaces inherited from class org.mozilla.jss.asn1.CharacterString

CharacterString.Template

Field Summary

static Tag
TAG

Constructor Summary

IA5String(String s)
IA5String(char[] chars)

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, getTag, toCharArray, toString

Field Details

TAG

public static final Tag TAG

Constructor Details

IA5String

public IA5String(String s)
            throws CharConversionException


IA5String

public IA5String(char[] chars)
            throws CharConversionException

Method Details

getTag

public Tag getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.
Specified by:
getTag in interface ASN1Value
Overrides:
getTag in interface CharacterString


getTemplate

public static IA5String.Template getTemplate()