DistinguishedEncodingRulesElement.objectDescriptor

Decodes an ObjectDescriptor, which is a string consisting of only graphical characters. In fact, ObjectDescriptor is actually implicitly just a $(MONO GraphicString)! The formal specification for an ObjectDescriptor is:

$(MONO ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString)

$(MONO GraphicString) is just a string containing only characters between and including 0x20 and 0x7E, therefore ObjectDescriptor is just 0x20 and 0x7E.

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

Throws

Citations:

Meta