Interface JWSBuilder<A,B extends JWSHeaderConfigurator<B>,C extends JWSBuilder<A,B,C>>

Type Parameters:
A - the payload type
B - the JWS JOSE header configurator type
C - 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