Uses of Interface
io.inverno.mod.security.jose.jwk.ec.ECJWKFactory
Packages that use ECJWKFactory
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
JSON Web Key API.
-
Uses of ECJWKFactory in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that return ECJWKFactory -
Uses of ECJWKFactory in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement ECJWKFactoryModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key factory implementation. -
Uses of ECJWKFactory in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that return ECJWKFactoryModifier and TypeMethodDescriptionECJWKFactory<? extends ECJWK,?, ?> JWKService.ec()Returns the Elliptic Curve JWK factory.