Keys not defined in OCAP are not expected

Title: Keys not defined in OCAP are not expected

Number: 110

Specification reference: (Section 6.3.3 OCAP Key Processing page 12)
“Such keys may or may not be passed to the OCAP environment; therefore, OCAP applications SHALL NOT expect to receive keys that are not defined in [OCAP] section 25.”

Assertions:
1. Only keys defined in section 25 of the OCAP specification are used by the application.

Test Procedures:
1. Manually inspect the source code.
2. Use Java reflection API or other tools to inspect the application .class files

Expected result
1. For each key used by the application it is matched to a key on the list of OCAP defined keys.