org.mozilla.jss.asn1

Class TeletexString

public class TeletexString extends CharacterString implements ASN1Value

The ASN.1 type TeletexString.
Nested Class Summary
static classTeletexString.Template
Field Summary
static TagTAG
Constructor Summary
TeletexString(char[] chars)
TeletexString(String s)
Method Summary
TaggetTag()
static TeletexString.TemplategetTemplate()
Returns a singleton instance of the decoding template for this class.

Field Detail

TAG

public static final Tag TAG

Constructor Detail

TeletexString

public TeletexString(char[] chars)

TeletexString

public TeletexString(String s)

Method Detail

getTag

public Tag getTag()

getTemplate

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