Encodes an ObjectDescriptor, which is a string consisting of only graphical characters. In fact, ObjectDescriptor is actually implicitly just a GraphicString! The formal specification for an ObjectDescriptor is:
ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString
GraphicString is just 0x20 to 0x7E, therefore ObjectDescriptor is just 0x20 to 0x7E.
Sources: , ASN.1: Communication Between Heterogeneous Systems, pages 175-178 https://en.wikipedia.org/wiki/ISO/IEC_2022, The Wikipedia Page on ISO 2022 https://www.iso.org/standard/22747.html, ISO 2022
See Implementation
Encodes an ObjectDescriptor, which is a string consisting of only graphical characters. In fact, ObjectDescriptor is actually implicitly just a GraphicString! The formal specification for an ObjectDescriptor is:
ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString
GraphicString is just 0x20 to 0x7E, therefore ObjectDescriptor is just 0x20 to 0x7E.
Sources: , ASN.1: Communication Between Heterogeneous Systems, pages 175-178 https://en.wikipedia.org/wiki/ISO/IEC_2022, The Wikipedia Page on ISO 2022 https://www.iso.org/standard/22747.html, ISO 2022