Uses of Interface
io.inverno.mod.security.jose.jwk.okp.XECJWKGenerator
Packages that use XECJWKGenerator
Package
Description
Octet Key Pair JSON Web Key implementation.
Octet Key Pair JSON Web Key API.
-
Uses of XECJWKGenerator in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement XECJWKGeneratorModifier and TypeClassDescriptionclassGeneric Extended Elliptic Curve JSON Web Key generator. -
Uses of XECJWKGenerator in io.inverno.mod.security.jose.jwk.okp
Classes in io.inverno.mod.security.jose.jwk.okp with type parameters of type XECJWKGeneratorModifier and TypeInterfaceDescriptioninterfaceXECJWKFactory<A extends XECJWK,B extends XECJWKBuilder<A, B>, C extends XECJWKGenerator<A, C>> Extended Elliptic curve JSON Web Key factory.interfaceXECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A, B>> Extended Elliptic curve JSON Web Key generator.