Uses of Interface
io.inverno.mod.security.jose.jwe.JWEReader
Packages that use JWEReader
Package
Description
JSON Web Encryption implementation.
JSON Web Encryption API.
JSON Web Token API.
-
Uses of JWEReader in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JWEReaderModifier and TypeClassDescriptionclassGeneric JSON Web Encryption compact reader implementation.classJSON JWE recipient specific JWE reader used to read recipient specific JWE when reading a JSON JWE.Methods in io.inverno.mod.security.jose.internal.jwe that return JWEReader -
Uses of JWEReader in io.inverno.mod.security.jose.jwe
Classes in io.inverno.mod.security.jose.jwe with type parameters of type JWEReaderModifier and TypeInterfaceDescriptioninterfaceA JWE reader is used to read single JSON Web Encryption objects serialized in the compact representation as defined by RFC7516 Section 7.1.Methods in io.inverno.mod.security.jose.jwe that return JWEReader -
Uses of JWEReader in io.inverno.mod.security.jose.jwt
Methods in io.inverno.mod.security.jose.jwt that return JWEReaderModifier and TypeMethodDescriptiondefault JWEReader<JWTClaimsSet,?> JWTService.jweReader()Returns a new JWE JWT reader.default <T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type.<T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type and using the specified keys.default JWEReader<JWTClaimsSet,?> Returns a new JWE JWT reader using the specified keys.