CanonicalEncodingRulesElement.universalString

Decodes a $(MONO dstring) of UTF-32 characters.

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

Throws

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