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 Summary
Modifier and TypeMethodDescriptionNotes the givenPublicKey.Notes the givenSecretKey.webkey(JsonWebPublicKey jsonWebPublicKey) Notes the givenJsonWebPublicKey.webkey(JsonWebSecretKey jsonWebSecretKey) Notes the givenJsonWebSecretKey.
-
Method Details
-
key
Notes the givenPublicKey.- Parameters:
publicKey- the givenPublicKey.- Returns:
- the next stop within the workflow of the Fluent API regarding the validation of signatures.
-
key
Notes the givenSecretKey.- Parameters:
secretKey- the givenSecretKey.- Returns:
- the next stop within the workflow of the Fluent API regarding the validation of signatures.
-
webkey
Notes the givenJsonWebPublicKey.- Parameters:
jsonWebPublicKey- the givenJsonWebPublicKey.- Returns:
- the next stop within the workflow of the Fluent API regarding the validation of signatures.
-
webkey
Notes the givenJsonWebSecretKey.- Parameters:
jsonWebSecretKey- the givenJsonWebSecretKey.- Returns:
- the next stop within the workflow of the Fluent API regarding the validation of signatures.
-