Uses of Interface
io.inverno.mod.security.jose.jwk.oct.OCTJWK
Packages that use OCTJWK
Package
Description
JSON Web Key implementation.
Octet JSON Web Key implementation.
JSON Web Algorithms API.
JSON Web Key API.
Octet JSON Web Key API.
-
Uses of OCTJWK in io.inverno.mod.security.jose.internal.jwk
Methods in io.inverno.mod.security.jose.internal.jwk that return types with arguments of type OCTJWK -
Uses of OCTJWK in io.inverno.mod.security.jose.internal.jwk.oct
Classes in io.inverno.mod.security.jose.internal.jwk.oct that implement OCTJWKMethods in io.inverno.mod.security.jose.internal.jwk.oct that return OCTJWK -
Uses of OCTJWK in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return OCTJWKModifier and TypeMethodDescriptionDirectJWAKeyManager.DirectCEK.getEncryptionKey()Returns a derived encryption key.Methods in io.inverno.mod.security.jose.jwa with parameters of type OCTJWKModifier and TypeMethodDescriptionOCTAlgorithm.createCipher(OCTJWK jwk) OCTAlgorithm.createKeyManager(OCTJWK jwk) OCTAlgorithm.createSigner(OCTJWK jwk) -
Uses of OCTJWK in io.inverno.mod.security.jose.jwk
Methods in io.inverno.mod.security.jose.jwk that return types with arguments of type OCTJWKModifier and TypeMethodDescriptionOCTJWKFactory<? extends OCTJWK,?, ?> JWKService.oct()Returns the Octet JWK factory. -
Uses of OCTJWK in io.inverno.mod.security.jose.jwk.oct
Classes in io.inverno.mod.security.jose.jwk.oct with type parameters of type OCTJWKModifier and TypeInterfaceDescriptioninterfaceOCTJWKBuilder<A extends OCTJWK,B extends OCTJWKBuilder<A, B>> An Octet JSON Web Key builder.interfaceOCTJWKFactory<A extends OCTJWK,B extends OCTJWKBuilder<A, B>, C extends OCTJWKGenerator<A, C>> An Octet JSON Web Key factory.interfaceOCTJWKGenerator<A extends OCTJWK,B extends OCTJWKGenerator<A, B>> An Octet JSON Web Key generator.Methods in io.inverno.mod.security.jose.jwk.oct that return OCTJWK