Versions Compared

Key

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

...

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