CanonicalEncodingRulesElement.basicMultilingualPlaneString

Decodes a $(MONO wstring) of UTF-16 characters.

  1. wstring basicMultilingualPlaneString [@property getter]
    class CanonicalEncodingRulesElement
    override @property @system const
    wstring
    basicMultilingualPlaneString
    ()
  2. wstring basicMultilingualPlaneString [@property setter]

Throws

  • ASN1ValueException if the encoded bytes is not evenly divisible by two
  • 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