Interface BeforeKey

All Known Implementing Classes:
JWS.Validator

public interface BeforeKey
The first stopover within the workflow of the Fluent API regarding the validation of signatures.
Author:
Christof Reichardt
  • Method Details

    • key

      ValidationEnd key(PublicKey publicKey)
      Notes the given PublicKey.
      Parameters:
      publicKey - the given PublicKey.
      Returns:
      the next stop within the workflow of the Fluent API regarding the validation of signatures.
    • key

      ValidationEnd key(SecretKey secretKey)
      Notes the given SecretKey.
      Parameters:
      secretKey - the given SecretKey.
      Returns:
      the next stop within the workflow of the Fluent API regarding the validation of signatures.
    • webkey

      ValidationEnd webkey(JsonWebPublicKey jsonWebPublicKey)
      Notes the given JsonWebPublicKey.
      Parameters:
      jsonWebPublicKey - the given JsonWebPublicKey.
      Returns:
      the next stop within the workflow of the Fluent API regarding the validation of signatures.
    • webkey

      ValidationEnd webkey(JsonWebSecretKey jsonWebSecretKey)
      Notes the given JsonWebSecretKey.
      Parameters:
      jsonWebSecretKey - the given JsonWebSecretKey.
      Returns:
      the next stop within the workflow of the Fluent API regarding the validation of signatures.