Class TeletexString

    • Field Detail

      • TAG

        public static final Tag TAG
    • Constructor Detail

      • TeletexString

        public TeletexString​(char[] chars)
                      throws java.io.CharConversionException
        Throws:
        java.io.CharConversionException
      • TeletexString

        public TeletexString​(java.lang.String s)
                      throws java.io.CharConversionException
        Throws:
        java.io.CharConversionException
    • Method Detail

      • getTag

        public Tag getTag()
        Description copied from interface: ASN1Value
        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
        Specified by:
        getTag in class CharacterString
        Returns:
        Base tag.
      • getTemplate

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