Uses of Class
io.inverno.mod.security.jose.internal.jwk.SwitchableJWKURLResolver
Packages that use SwitchableJWKURLResolver
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
Octet Key Pair JSON Web Key implementation.
RSA JSON Web Key implementation.
-
Uses of SwitchableJWKURLResolver in io.inverno.mod.security.jose.internal.jwk
Constructors in io.inverno.mod.security.jose.internal.jwk with parameters of type SwitchableJWKURLResolverModifierConstructorDescriptionGenericJWKService(JOSEConfiguration configuration, GenericECJWKFactory ecJWKFactory, GenericRSAJWKFactory rsaJWKFactory, GenericOCTJWKFactory octJWKFactory, GenericEdECJWKFactory edecJWKFactory, GenericXECJWKFactory xecJWKFactory, GenericPBES2JWKFactory pbes2JWKFactory, JWKStore jwkStore, JWKURLResolver urlResolver, SwitchableJWKURLResolver switchableUrlResolver, com.fasterxml.jackson.databind.ObjectMapper mapper) Creates a generic JWK service. -
Uses of SwitchableJWKURLResolver in io.inverno.mod.security.jose.internal.jwk.ec
Constructors in io.inverno.mod.security.jose.internal.jwk.ec with parameters of type SwitchableJWKURLResolverModifierConstructorDescriptionGenericECJWKFactory(JOSEConfiguration configuration, JWKStore jwkStore, JWKKeyResolver keyResolver, com.fasterxml.jackson.databind.ObjectMapper mapper, SwitchableJWKURLResolver urlResolver, X509JWKCertPathValidator certPathValidator) Creates a generic EC JWK factory. -
Uses of SwitchableJWKURLResolver in io.inverno.mod.security.jose.internal.jwk.okp
Constructors in io.inverno.mod.security.jose.internal.jwk.okp with parameters of type SwitchableJWKURLResolverModifierConstructorDescriptionGenericEdECJWKFactory(JOSEConfiguration configuration, JWKStore jwkStore, JWKKeyResolver keyResolver, com.fasterxml.jackson.databind.ObjectMapper mapper, SwitchableJWKURLResolver urlResolver, X509JWKCertPathValidator certPathValidator) Creates a generic EdEC JWK factory.GenericXECJWKFactory(JOSEConfiguration configuration, JWKStore jwkStore, JWKKeyResolver keyResolver, com.fasterxml.jackson.databind.ObjectMapper mapper, SwitchableJWKURLResolver urlResolver, X509JWKCertPathValidator certPathValidator) Creates a generic XEC JWK factory. -
Uses of SwitchableJWKURLResolver in io.inverno.mod.security.jose.internal.jwk.rsa
Constructors in io.inverno.mod.security.jose.internal.jwk.rsa with parameters of type SwitchableJWKURLResolverModifierConstructorDescriptionGenericRSAJWKFactory(JOSEConfiguration configuration, JWKStore jwkStore, JWKKeyResolver keyResolver, com.fasterxml.jackson.databind.ObjectMapper mapper, SwitchableJWKURLResolver urlResolver, X509JWKCertPathValidator certPathValidator) Creates a generic RSA JWK factory.