Uses of Interface
io.inverno.mod.security.jose.jwk.oct.OCTJWKGenerator
Packages that use OCTJWKGenerator
Package
Description
Octet JSON Web Key implementation.
Octet JSON Web Key API.
-
Uses of OCTJWKGenerator in io.inverno.mod.security.jose.internal.jwk.oct
Classes in io.inverno.mod.security.jose.internal.jwk.oct that implement OCTJWKGeneratorModifier and TypeClassDescriptionclassGeneric Octet JSON Web Key generator implementation. -
Uses of OCTJWKGenerator in io.inverno.mod.security.jose.jwk.oct
Classes in io.inverno.mod.security.jose.jwk.oct with type parameters of type OCTJWKGeneratorModifier and TypeInterfaceDescriptioninterfaceOCTJWKFactory<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.