Uses of Interface
io.inverno.mod.security.jose.jwk.okp.OKPJWK
Packages that use OKPJWK
Package
Description
Octet Key Pair JSON Web Key implementation.
Octet Key Pair JSON Web Key API.
-
Uses of OKPJWK in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp with type parameters of type OKPJWKModifier and TypeClassDescriptionclassAbstractOKPJWKBuilder<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends AbstractOKPJWKBuilder<A, B, C, D>> Base Octet Key Pair JWON Web Key builder implementation.Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement OKPJWKModifier and TypeClassDescriptionclassAbstractOKPJWK<A extends PublicKey,B extends PrivateKey> Base Octet Key Pair JSON Web Key implementation.classGeneric Edward-Curve JSON Web Key implementation.classGeneric Extended Elliptic Curve JSON Web Key implementation. -
Uses of OKPJWK in io.inverno.mod.security.jose.jwk.okp
Classes in io.inverno.mod.security.jose.jwk.okp with type parameters of type OKPJWKModifier and TypeInterfaceDescriptioninterfaceOKPJWKBuilder<A extends PublicKey,B extends PrivateKey, C extends OKPJWK<A, B>, D extends OKPJWKBuilder<A, B, C, D>> Octet Key Pair JSON Web Key builder.interfaceOKPJWKFactory<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 OKPJWK in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdward-curve JSON Web Key.interfaceExtended Elliptic curve JSON Web Key.Methods in io.inverno.mod.security.jose.jwk.okp that return OKPJWK