BasicAlignedPackedEncodingRulesElement.octetString

Decodes an $(MONO OCTET STRING) into an unsigned byte array.

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

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