Interface JWSHeaderConfigurator<A extends JWSHeaderConfigurator<A>>

Type Parameters:
A - the JWS JOSE header configurator type
All Superinterfaces:
JOSEHeaderConfigurator<A>

public interface JWSHeaderConfigurator<A extends JWSHeaderConfigurator<A>> extends JOSEHeaderConfigurator<A>

A JWS JOSE header configurator is used in JWSBuilder or JsonJWSBuilder to configure JWS JOSE headers when building JWS objects.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Details

    • base64EncodePayload

      A base64EncodePayload(Boolean b64)

      Specifies whether the payload should be encoded as Base64URL or processed unencoded.

      Parameters:
      b64 - true or null to encode the payload as Base64URL, false otherwise
      Returns:
      this builder