Interface JsonJWSReader<A,B extends JsonJWSReader<A,B>>

Type Parameters:
A - the payload type
B - the JSON JWS reader type
All Superinterfaces:
JsonJOSEObjectReader<A,JsonJWS<A,JsonJWS.ReadSignature<A>>,B>

public interface JsonJWSReader<A,B extends JsonJWSReader<A,B>> extends JsonJOSEObjectReader<A,JsonJWS<A,JsonJWS.ReadSignature<A>>,B>

A JSON JWS reader is used to read JSON Web Signature objects serialized using the JSON representation as defined by RFC7515 Section 7.2.

Since:
1.5
Author:
Jeremy Kuhn