org.mozilla.jss.asn1

Class TeletexString

Implemented Interfaces:
ASN1Value

public class TeletexString
extends CharacterString
implements ASN1Value

The ASN.1 type TeletexString.

Nested Class Summary

static class
TeletexString.Template

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

CharacterString.Template

Field Summary

static Tag
TAG

Constructor Summary

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

Method Summary

Tag
getTag()
static TeletexString.Template
getTemplate()
Returns a singleton instance of the decoding template for this class.

Methods inherited from class org.mozilla.jss.asn1.CharacterString

encode, encode, getTag, toCharArray, toString

Field Details

TAG

public static final Tag TAG

Constructor Details

TeletexString

public TeletexString(String s)
            throws CharConversionException


TeletexString

public TeletexString(char[] chars)
            throws CharConversionException

Method Details

getTag

public Tag getTag()
Specified by:
getTag in interface ASN1Value
Overrides:
getTag in interface CharacterString


getTemplate

public static TeletexString.Template getTemplate()
Returns a singleton instance of the decoding template for this class.