java.lang.Object
io.inverno.mod.security.jose.internal.jwk.GenericJWKStore
All Implemented Interfaces:
Supplier<JWKStore>

public class GenericJWKStore extends Object implements Supplier<JWKStore>

JSON Web Key store used to store and load JWK.

This is an overridable wrapper bean which provides a NoOpJWKStore. It can be overriden by injecting a custom JWKStore instance when building the JOSE module.

Since:
1.5
Author:
Jeremy Kuhn
  • Constructor Details

    • GenericJWKStore

      public GenericJWKStore()
  • Method Details