Package com.oss.asn1

Class TeletexString

All Implemented Interfaces:
com.oss.asn1.Sizeable, Serializable, Cloneable

public class TeletexString extends AbstractString16
The TeletexString class represents the ASN.1 TeletexString type.
Since:
ASN.1/Java 6.0
See Also:
  • Constructor Details

    • TeletexString

      public TeletexString()
      The default constructor.
    • TeletexString

      public TeletexString(String value)
      Construct from a String.
      Parameters:
      value - the String to set 'this' object to.
    • TeletexString

      public TeletexString(char[] value)
      Construct from a char array.
      Parameters:
      value - the char array to set 'this' object to.
  • Method Details

    • clone

      public TeletexString clone()
      Clone 'this' object.
      Overrides:
      clone in class AbstractString16
      Returns:
      deep copy of 'this' object.
    • getTypeName

      public String getTypeName()
      Returns the name of ASN.1 type this java class represents.
      Overrides:
      getTypeName in class AbstractData
      Returns:
      the name of the ASN.1 type.