Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
    ComparatorDescription = LPAREN WSP
          numericIdnumericoid                           ; object identifier
          [ SP "DESC""DESC" SP qdstring ]            ; description
          SP "FQCN""FQCN" SP qdstring                ; fully qualified class name
          [ SP "BYTECODE""BYTECODE" SP qdstring ]        ; optional base64 encoded bytecode
          extensions WSP RPAREN                ; extensions
    where:
        [numericoid] is object identifier assigned to the matchingRule 
            associated with this comparator;
        DESC [qdstring] is a short descriptive string;
        FQCN [qdstring] is the fully qualified class name of the comparator's class;
        BYTECODE [base64] is the base64 encoded byte code for the comparator's class;
        [extensions] describe extensions.