MCPcopy Create free account
hub / github.com/jwtk/jjwt / BuilderHeader

Interface BuilderHeader

api/src/main/java/io/jsonwebtoken/JwtBuilder.java:1053–1055  ·  view source on GitHub ↗

Header for use with a JwtBuilder that supports method chaining for standard JWT, JWS and JWE header parameters. Once header parameters are configured, the associated JwtBuilder may be obtained with the #and() and() method for continued configuration. @since 0.12.0

Source from the content-addressed store, hash-verified

1051 * @since 0.12.0
1052 */
1053 interface BuilderHeader extends JweHeaderMutator<BuilderHeader>, X509Builder<BuilderHeader>,
1054 Conjunctor<JwtBuilder> {
1055 }
1056}

Callers

nothing calls this directly

Implementers 1

DefaultBuilderHeaderimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…