Numeric String

Values of this syntax hold sequences of one or more numerals and spaces.

The syntax follows this ABNF:

NumericString = 1*(DIGIT / SPACE)
    

Example: 123 456 789 0.

The syntax corresponds to the NumericString ASN.1 type.

Origin RFC 4517
Description Numeric String
OID 1.3.6.1.4.1.1466.115.121.1.36
Read a different version of :