Interface JWSReader<A,B extends JWSReader<A,B>>

Type Parameters:
A - the payload type
B - the JWS reader type
All Superinterfaces:
JOSEObjectReader<A,JWSHeader,JWS<A>,B>

public interface JWSReader<A,B extends JWSReader<A,B>> extends JOSEObjectReader<A,JWSHeader,JWS<A>,B>

A JWS reader is used to read single JSON Web Signature objects serialized in the compact representation as defined by RFC7515 Section 7.1.

Since:
1.5
Author:
Jeremy Kuhn