Interface BeforeHeader

All Superinterfaces:
BeforeKid, BeforePayload
All Known Implementing Classes:
JWS.Signature

public interface BeforeHeader extends BeforeKid
The first stopover within the workflow of the Fluent API regarding the generation of signatures.
Author:
Christof Reichardt
  • Method Details

    • typ

      BeforeKid typ(String typ)
      Notes the given typ.
      Parameters:
      typ - the given typ.
      Returns:
      the next stop within the workflow of the Fluent API regarding the generation of signatures.
      See Also:
    • header

      BeforePayload header(String strHeader)
      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.