Interface JwkProvider


public interface JwkProvider
Defines an interface for JSON Web Key (JKW) providers. Those providers are used in the KeysController.
Since:
1.1.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.nimbusds.jose.jwk.JWK>
     
  • Method Details

    • retrieveJsonWebKeys

      List<com.nimbusds.jose.jwk.JWK> retrieveJsonWebKeys()
      Returns:
      a List of JWK (JSON Web Key).