Uses of Interface
io.inverno.mod.security.jose.jwk.okp.OKPJWKBuilder
Packages that use OKPJWKBuilder
Package
Description
Octet Key Pair JSON Web Key implementation.
Octet Key Pair JSON Web Key API.
-
Uses of OKPJWKBuilder in io.inverno.mod.security.jose.internal.jwk.okp
Classes in io.inverno.mod.security.jose.internal.jwk.okp that implement OKPJWKBuilderModifier 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.classGeneric Edward-Curve JSON Web Key builder implementation.classGeneric Extended Elliptic Curve JSON Web Key builder implementation. -
Uses of OKPJWKBuilder in io.inverno.mod.security.jose.jwk.okp
Classes in io.inverno.mod.security.jose.jwk.okp with type parameters of type OKPJWKBuilderModifier 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.Subinterfaces of OKPJWKBuilder in io.inverno.mod.security.jose.jwk.okpModifier and TypeInterfaceDescriptioninterfaceEdECJWKBuilder<A extends EdECJWK,B extends EdECJWKBuilder<A, B>> Edward-curve JSON Web Key builder.interfaceXECJWKBuilder<A extends XECJWK,B extends XECJWKBuilder<A, B>> Extended Elliptic curve JSON Web Key builder