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