All Superinterfaces:
BeforePayload
All Known Subinterfaces:
BeforeHeader
All Known Implementing Classes:
JWS.Signature

public interface BeforeKid extends BeforePayload
A stopover within the the workflow of the Fluent API regarding the generation of signatures.
  • Method Summary

    Modifier and Type
    Method
    Description
    kid(String kid)
    Notes the given kid.

    Methods inherited from interface de.christofreichardt.json.websignature.interfaces.BeforePayload

    payload, payload
  • Method Details

    • kid

      Notes the given kid.
      Parameters:
      kid - the given kid.
      Returns:
      the next stop within the workflow of the Fluent API regarding the generation of signatures.
      See Also: