Uses of Interface
io.inverno.mod.security.jose.jwk.okp.XECJWK
Packages that use XECJWK
Package
Description
JSON Web Key implementation.
Octet Key Pair JSON Web Key implementation.
JSON Web Algorithms API.
JSON Web Key API.
Octet Key Pair JSON Web Key API.
-
Uses of XECJWK in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that return types with arguments of type XECJWK -
Uses of XECJWK in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement XECJWKModifier and TypeClassDescriptionclassGeneric Extended Elliptic Curve JSON Web Key implementation.Methods in io.inverno.mod.security.jose.internal.jwk.okp that return XECJWK -
Uses of XECJWK in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa with parameters of type XECJWKModifier and TypeMethodDescriptionXECAlgorithm.createCipher(XECJWK jwk) XECAlgorithm.createKeyManager(XECJWK jwk) XECAlgorithm.createSigner(XECJWK jwk) -
Uses of XECJWK in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that return types with arguments of type XECJWKModifier and TypeMethodDescriptionXECJWKFactory<? extends XECJWK,?, ?> JWKService.xec()Returns the extended Elliptic Curve JWK factory. -
Uses of XECJWK in io.inverno.mod.security.jose.jwk.okp
Classes in io.inverno.mod.security.jose.jwk.okp with type parameters of type XECJWKModifier and TypeInterfaceDescriptioninterfaceXECJWKBuilder<A extends XECJWK,B extends XECJWKBuilder<A, B>> Extended Elliptic curve JSON Web Key builderinterfaceXECJWKFactory<A extends XECJWK,B extends XECJWKBuilder<A, B>, C extends XECJWKGenerator<A, C>> Extended Elliptic curve JSON Web Key factory.interfaceXECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A, B>> Extended Elliptic curve JSON Web Key generator.Methods in io.inverno.mod.security.jose.jwk.okp that return XECJWK