DS 7.1.7

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

Copyright © 2010-2023 ForgeRock, all rights reserved.