Module io.inverno.mod.security.jose
Interface ECJWKGenerator<A extends ECJWK,B extends ECJWKGenerator<A,B>>
- Type Parameters:
A
- the Elliptic curve JWK typeB
- the Elliptic curve JWK generator type
- All Superinterfaces:
JWKGenerator<A,
,B> X509JWKGenerator<ECPublicKey,
ECPrivateKey, A, B>
public interface ECJWKGenerator<A extends ECJWK,B extends ECJWKGenerator<A,B>>
extends X509JWKGenerator<ECPublicKey,ECPrivateKey,A,B>
An 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, publicKeyUse
-
Method Details
-
curve
Specifies the Elliptic curve JWA name.
- Parameters:
crv
- the Elliptic curve JWA name- Returns:
- this generator
-