Uses of Interface
io.inverno.mod.security.jose.jwk.ec.ECJWK
Packages that use ECJWK
Package
Description
JSON Web Key implementation.
Elliptic Curve JSON Web Key implementation.
JSON Web Algorithms API.
JSON Web Key API.
Elliptic curve JSON Web Key API.
-
Uses of ECJWK in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that return types with arguments of type ECJWK -
Uses of ECJWK in io.inverno.mod.security.jose.internal.jwk.ec
Classes in io.inverno.mod.security.jose.internal.jwk.ec that implement ECJWKModifier and TypeClassDescriptionclassGeneric Elliptic Curve JSON Web Key implementation.Methods in io.inverno.mod.security.jose.internal.jwk.ec that return ECJWK -
Uses of ECJWK in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa with parameters of type ECJWKModifier and TypeMethodDescriptionECAlgorithm.createCipher(ECJWK jwk) ECAlgorithm.createKeyManager(ECJWK jwk) ECAlgorithm.createSigner(ECJWK jwk) -
Uses of ECJWK in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that return types with arguments of type ECJWKModifier and TypeMethodDescriptionECJWKFactory<? extends ECJWK,?, ?> JWKService.ec()Returns the Elliptic Curve JWK factory. -
Uses of ECJWK in io.inverno.mod.security.jose.jwk.ec
Classes in io.inverno.mod.security.jose.jwk.ec with type parameters of type ECJWKModifier and TypeInterfaceDescriptioninterfaceECJWKBuilder<A extends ECJWK,B extends ECJWKBuilder<A, B>> An Elliptic curve JSON Web Key builder.interfaceECJWKFactory<A extends ECJWK,B extends ECJWKBuilder<A, B>, C extends ECJWKGenerator<A, C>> An Elliptic curve JSON Web Key factory.interfaceECJWKGenerator<A extends ECJWK,B extends ECJWKGenerator<A, B>> An Elliptic curve JSON Web Key generator.Methods in io.inverno.mod.security.jose.jwk.ec that return ECJWK