BasicAlignedPackedEncodingRulesElement.teletexString

Literally just returns the value bytes.

  1. ubyte[] teletexString [@property getter]
    class BasicAlignedPackedEncodingRulesElement
    override @property @system const
    ubyte[]
    teletexString
    ()
  2. ubyte[] teletexString [@property setter]

Return Value

Type: ubyte[]

an unsigned byte array, where each byte is a T.61 character.

Throws

  • ASN1RecursionException if using constructed form and the element is constructed of too many nested constructed elements
  • ASN1TagClassException if any nested primitives do not share the same tag class as their outer constructed element
  • ASN1TagNumberException if any nested primitives do not share the same tag number as their outer constructed element

Meta