Versions Compared

Key

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

...

This option makes it straighforward to do JOSE in the application code. One has to extend or delegate to a specific JOSE helper instance and configure the endpoint with the locatiion location of the JOSE properties file where the JWS or JWE algorithm and key store properties are set.

Produce JOSE data

If you need to protect some non JWT property - extend or delegate to JoseProducer:

...