numericStringSubstringsMatch

Compares an assertion of Numeric String syntax to a value whose syntax is the ASN.1 NumericString type.

The rule evaluates to TRUE if and only if:

  1. The prepared substrings in the assertion value match disjoint portions of the prepared attribute value string in the order they occur in the attribute value.

  2. An initial substring in the assertion value, if present, matches the beginning of the attribute value string.

  3. A final substring in the assertion value, if present, matches the end of the attribute value string.

Strings match when their characters correspond at each code point. For the comparison, characters are not case folded, and only insignificant white space handling is applied.

Names numericStringSubstringsMatch
Origin RFC 4517
OID 2.5.13.10
Syntax Substring Assertion
Read a different version of :