Uses of Interface
io.inverno.mod.security.jose.jwe.JWEService
Packages that use JWEService
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Web Encryption implementation.
JSON Web Encryption API.
-
Uses of JWEService in io.inverno.mod.security.jose
Methods in io.inverno.mod.security.jose that return JWEService -
Uses of JWEService in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JWEService -
Uses of JWEService in io.inverno.mod.security.jose.jwe
Constructors in io.inverno.mod.security.jose.jwe with parameters of type JWEServiceModifierConstructorDescriptionJWEAuthenticator(JWEService jweService, Class<A> authenticationType) Creates a JWE authenticator with the specified JWE service and original authentication type.JWEAuthenticator(JWEService jweService, Class<A> authenticationType, String... processedParameters) Creates a JWE authenticator with the specified JWE service, original authentication type and processed parameters.JWEAuthenticator(JWEService jweService, Class<A> authenticationType, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWE authenticator with the specified JWE service, original authentication type and keys.JWEAuthenticator(JWEService jweService, Class<A> authenticationType, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWE authenticator with the specified JWE service, original authentication type, keys and processed parameters.JWEAuthenticator(JWEService jweService, Type authenticationType) Creates a JWE authenticator with the specified JWE service and original authentication type.JWEAuthenticator(JWEService jweService, Type authenticationType, String... processedParameters) Creates a JWE authenticator with the specified JWE service, original authentication type and processed parameters.JWEAuthenticator(JWEService jweService, Type authenticationType, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWE authenticator with the specified JWE service, original authentication type and keys.JWEAuthenticator(JWEService jweService, Type authenticationType, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWE authenticator with the specified JWE service, original authentication type, keys and processed parameters.