Uses of Interface
io.inverno.mod.security.jose.jwe.JsonJWEReader
Packages that use JsonJWEReader
Package
Description
JSON Web Encryption implementation.
JSON Web Encryption API.
-
Uses of JsonJWEReader in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JsonJWEReaderModifier and TypeClassDescriptionclassGeneric JSON JWE reader implementation.Methods in io.inverno.mod.security.jose.internal.jwe that return JsonJWEReader -
Uses of JsonJWEReader in io.inverno.mod.security.jose.jwe
Classes in io.inverno.mod.security.jose.jwe with type parameters of type JsonJWEReaderModifier and TypeInterfaceDescriptioninterfaceJsonJWEReader<A,B extends JsonJWEReader<A, B>> A JSON JWE reader is used to read JSON Web Encryption objects serialized using the JSON representation as defined by RFC7516 Section 7.2.Methods in io.inverno.mod.security.jose.jwe that return JsonJWEReaderModifier and TypeMethodDescriptiondefault <T> JsonJWEReader<T,?> JWEService.jsonReader(Class<T> type) <T> JsonJWEReader<T,?> JWEService.jsonReader(Type type)