Uses of Interface
io.inverno.mod.security.jose.jwk.okp.OKPJWKFactory
Packages that use OKPJWKFactory
Package
Description
Octet Key Pair JSON Web Key implementation.
Octet Key Pair JSON Web Key API.
-
Uses of OKPJWKFactory in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement OKPJWKFactoryModifier and TypeClassDescriptionclassAbstractOKPJWKFactory<A extends PublicKey,B extends PrivateKey, C extends AbstractOKPJWK<A, B>, D extends AbstractOKPJWKBuilder<A, B, C, D>, E extends AbstractOKPJWKGenerator<A, B, C, E>> Base Octet Key Pair JSON Web Key factory implementation.classGeneric Edward-Curve JWK factory implementation.classGeneric Extended Elliptic Curve JSON Web Key factory implementation. -
Uses of OKPJWKFactory in io.inverno.mod.security.jose.jwk.okp
Subinterfaces of OKPJWKFactory in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdECJWKFactory<A extends EdECJWK,B extends EdECJWKBuilder<A, B>, C extends EdECJWKGenerator<A, C>> An Edward-curve JSON Web Key factory.interfaceXECJWKFactory<A extends XECJWK,B extends XECJWKBuilder<A, B>, C extends XECJWKGenerator<A, C>> Extended Elliptic curve JSON Web Key factory.