Class SignatureJWSReader<A>

Type Parameters:
A - the expected payload type
All Implemented Interfaces:
JOSEObjectReader<A,JWSHeader,JWS<A>,GenericJWSReader<A>>, JWSReader<A,GenericJWSReader<A>>

public class SignatureJWSReader<A> extends GenericJWSReader<A>

JSON JWS signature specific JWS reader used to read signature specific JWS when reading a JSON JWS.

Since:
1.5
Author:
Jeremy Kuhn