MatchingRuleDescription = LPAREN WSP numericoid ; object identifier [ SP "NAME" SP qdescrs ] ; short names (descriptors) [ SP "DESC" SP qdstring ] ; description [ SP "OBSOLETE" ] ; not active SP "SYNTAX" SP numericoid ; assertion syntax extensions WSP RPAREN ; extensions extensions = *( SP xstring SP qdstrings ) xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )@param matchingRuleDescription the matching rule description to be parsed @return the parsed MatchingRuleDescription bean @throws ParseException if there are any recognition errors (bad syntax)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|