A constructor that accepts a descriptor string. The descriptor string is an ObjectDescriptor, which is defined as:
$(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.
See Implementation
A constructor that accepts a descriptor string. The descriptor string is an ObjectDescriptor, which is defined as:
$(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.