CanonicalEncodingRulesElement.printableString

Encodes a string that may only contain characters a-z, A-Z, 0-9, space, apostrophe, parentheses, comma, minus, plus, period, forward slash, colon, equals, and question mark.

  1. string printableString [@property getter]
  2. string printableString [@property setter]
    class CanonicalEncodingRulesElement
    override @property @system
    void
    printableString
    (
    in string value
    )

Throws

  • ASN1ValueCharactersException if any character other than a-z, A-Z, 0-9, space, apostrophe, parentheses, comma, minus, plus, period, forward slash, colon, equals, or question mark are supplied
  • Meta