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