Interface BeforeHeader
- All Superinterfaces:
BeforeKid,BeforePayload
- All Known Implementing Classes:
JWS.Signature
The first stopover within the workflow of the Fluent API regarding the generation of signatures.
- Author:
- Christof Reichardt
-
Method Summary
Methods inherited from interface de.christofreichardt.json.websignature.interfaces.BeforePayload
payload, payload
-
Method Details
-
typ
Notes the giventyp.- Parameters:
typ- the giventyp.- Returns:
- the next stop within the workflow of the Fluent API regarding the generation of signatures.
- See Also:
-
header
Notes the given explicit JOSE header. You are responsible for the correct representation of the JOSE header.- Parameters:
strHeader- the given explicit JOSE header.- Returns:
- the next stop within the workflow of the Fluent API regarding the generation of signatures.
-