Module io.inverno.mod.security.jose
Interface ECJWKFactory<A extends ECJWK,B extends ECJWKBuilder<A,B>,C extends ECJWKGenerator<A,C>>
- Type Parameters:
A- the Elliptic curve JWK typeB- the Elliptic curve JWK builder typeC- the Elliptic curve JWK generator type
- All Superinterfaces:
JWKFactory<A,,B, C> X509JWKFactory<ECPublicKey,ECPrivateKey, A, B, C>
public interface ECJWKFactory<A extends ECJWK,B extends ECJWKBuilder<A,B>,C extends ECJWKGenerator<A,C>>
extends X509JWKFactory<ECPublicKey,ECPrivateKey,A,B,C>
An Elliptic curve JSON Web Key factory.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwk.JWKFactory
builder, generate, generator, read, read, supports, supportsAlgorithm