Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
PrintableString
Restricted character string type

A PrintableString is a restricted character string type in the ASN.1 notation. It is used to describe data that consists only of a specific printable subset of the ASCII character set.

According to the ASN.1 Specification of basic notation, the character set of PrintableString can be expressed as:

NameGraphicASCII Code (DEC)ASCII Code (HEX)
Latin capital lettersA,B, ... Z65 - 9041 - 5A
Latin small lettersa,b, ... z97 - 12261 - 7A
Numbers0,1, ... 948 - 5730 - 39
SPACE(space)3220
APOSTROPHE'3927
LEFT PARENTHESIS(4028
RIGHT PARENTHESIS)4129
PLUS SIGN+432B
COMMA,442C
HYPHEN-MINUS-452D
FULL STOP.462E
SOLIDUS/472F
COLON:583A
EQUALS SIGN=613D
QUESTION MARK?633F

The PrintableString definition does not include the at sign (@) or ampersand (&). This sometimes causes problems for naive implementers who attempt to put an SMTP email address into an X.509 digital certificate Distinguished Name.

The PrintableString definition does not include asterisk (*) which means it must not be used to represent a wildcard in an X.509 digital certificate Distinguished Name.

We don't have any images related to PrintableString yet.
We don't have any YouTube videos related to PrintableString yet.
We don't have any PDF documents related to PrintableString yet.
We don't have any Books related to PrintableString yet.
We don't have any archived web articles related to PrintableString yet.

See also

References

  1. Information technology – Abstract Syntax Notation One (ASN.1): Specification of basic notation, ITU-T X.680, 07/2002 http://www.itu.int/rec/T-REC-X.680-200811-I/en