Interface JWEReader<A,B extends JWEReader<A,B>>

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

public interface JWEReader<A,B extends JWEReader<A,B>> extends JOSEObjectReader<A,JWEHeader,JWE<A>,B>

A JWE reader is used to read single JSON Web Encryption objects serialized in the compact representation as defined by RFC7516 Section 7.1.

Since:
1.5
Author:
Jeremy Kuhn