JWS verification
JWS Verifier Factory Service
A JWSVerifierFactory
is available as a service in your application container:
With this factory, you will be able to create the JWSVerifier you need:
You can now use the JWSVerifier as explained in the JWS Creation section.
JWS Verifier As Service
There is also another way to create a JWSVerifier object: using the bundle configuration.
With the previous configuration, the bundle will create a public JWS Verifier service named jose.jws_verifier.verifier1
with selected signature algorithms.
Custom Tags
You can add custom tags and attributes to the services you create.
JWS Loader Service
You can also create JWSLoader
objects as services using the configuration of the bundle.
Last updated
Was this helpful?