Class SignatureJWSBuilder<A>

Type Parameters:
A - the payload type
All Implemented Interfaces:
JOSEObjectBuilder<A,JWSHeader,JWS<A>,GenericJWSHeader,GenericJWSBuilder<A>>, JWSBuilder<A,GenericJWSHeader,GenericJWSBuilder<A>>

public class SignatureJWSBuilder<A> extends GenericJWSBuilder<A>

JSON JWS Signature specific JWS builder used to build signature specific JWS when building a JSON JWS.

Since:
1.5
Author:
Jeremy Kuhn