Uses of Interface
io.inverno.mod.security.jose.jwk.okp.OKPJWKGenerator
Packages that use OKPJWKGenerator
Package
Description
Octet Key Pair JSON Web Key implementation.
Octet Key Pair JSON Web Key API.
-
Uses of OKPJWKGenerator in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement OKPJWKGeneratorModifier and TypeClassDescriptionclassAbstractOKPJWKGenerator<A extends PublicKey,B extends PrivateKey, C extends AbstractOKPJWK<A, B>, D extends AbstractOKPJWKGenerator<A, B, C, D>> Base Octet Key Pair JSON Web Key generator implementation.classGeneric Edward-Curve JSON Web Key generator.classGeneric Extended Elliptic Curve JSON Web Key generator. -
Uses of OKPJWKGenerator in io.inverno.mod.security.jose.jwk.okp
Classes in io.inverno.mod.security.jose.jwk.okp with type parameters of type OKPJWKGeneratorModifier and TypeInterfaceDescriptioninterfaceOKPJWKFactory<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends OKPJWKBuilder<A, B, C, D>, E extends OKPJWKGenerator<A, B, C, E>> Octet Key Pair JSON Web Key factory.interfaceOKPJWKGenerator<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends OKPJWKGenerator<A, B, C, D>> Octet Key Pair JSON Web Key generator.Subinterfaces of OKPJWKGenerator in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdECJWKGenerator<A extends EdECJWK,B extends EdECJWKGenerator<A, B>> An Edward-curve JSON Web Key generator.interfaceXECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A, B>> Extended Elliptic curve JSON Web Key generator.