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