Interface PublicKeyLocator

    • Method Detail

      • getPublicKey

        PublicKey getPublicKey​(String kid,
                               KeycloakDeployment deployment)
        Parameters:
        kid -
        deployment -
        Returns:
        publicKey, which should be used for verify signature on given "input"
      • reset

        void reset​(KeycloakDeployment deployment)
        Reset the state of locator (eg. clear the cached keys)
        Parameters:
        deployment -