Class GenericJsonJWSBuilder<A>

Type Parameters:
A - the payload type
All Implemented Interfaces:
JsonJOSEObjectBuilder<A,JsonJWS<A,JsonJWS.BuiltSignature<A>>,GenericJWSHeader,GenericJsonJWSBuilder<A>>, JsonJWSBuilder<A,GenericJWSHeader,GenericJsonJWSBuilder<A>>

Generic JSON JWS builder implementation.

Since:
1.5
Author:
Jeremy Kuhn