Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jwe
Interface JWEReader<A,B extends JWEReader<A,B>>
- Type Parameters:
A
- the payload typeB
- 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
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.JOSEObjectReader
processedParameters, read, read, read