Module io.inverno.mod.security.jose
Interface XECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A,B>>
- Type Parameters:
A- the extended Elliptic curve JWK typeB- the extended Elliptic curve JWK generator type
- All Superinterfaces:
JWKGenerator<A,,B> OKPJWKGenerator<XECPublicKey,,XECPrivateKey, A, B> X509JWKGenerator<XECPublicKey,XECPrivateKey, A, B>
public interface XECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A,B>>
extends OKPJWKGenerator<XECPublicKey,XECPrivateKey,A,B>
Extended Elliptic curve JSON Web Key generator.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwk.JWKGenerator
algorithm, generate, keyId, keyOperations, publicKeyUseMethods inherited from interface io.inverno.mod.security.jose.jwk.okp.OKPJWKGenerator
curve