BasicAlignedPackedEncodingRulesElement.unicodeTransformationFormat8String

Decodes the value to UTF-8 characters.

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

Throws

  • UTF8Exception if the encoded value does not decode to UTF-8
  • 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