Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jws
Interface JWSBuilder<A,B extends JWSHeaderConfigurator<B>,C extends JWSBuilder<A,B,C>>
- Type Parameters:
A
- the payload typeB
- the JWS JOSE header configurator typeC
- the JWS builder type
- All Superinterfaces:
JOSEObjectBuilder<A,
JWSHeader, JWS<A>, B, C>
public interface JWSBuilder<A,B extends JWSHeaderConfigurator<B>,C extends JWSBuilder<A,B,C>>
extends JOSEObjectBuilder<A,JWSHeader,JWS<A>,B,C>
A JSON Web Signature builder is used to build single JSON Web Signature objects.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary