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
| 1051 | * @since 0.12.0 |
| 1052 | */ |
| 1053 | interface BuilderHeader extends JweHeaderMutator<BuilderHeader>, X509Builder<BuilderHeader>, |
| 1054 | Conjunctor<JwtBuilder> { |
| 1055 | } |
| 1056 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…