Module io.inverno.mod.security.jose
Interface XECJWKFactory<A extends XECJWK,B extends XECJWKBuilder<A,B>,C extends XECJWKGenerator<A,C>>
- Type Parameters:
A
- the extended Elliptic curve JWK typeB
- the extended Elliptic curve JWK builder typeC
- the extended Elliptic curve JWK generator type
- All Superinterfaces:
JWKFactory<A,
,B, C> OKPJWKFactory<XECPublicKey,
,XECPrivateKey, A, B, C> X509JWKFactory<XECPublicKey,
XECPrivateKey, A, B, C>
public interface XECJWKFactory<A extends XECJWK,B extends XECJWKBuilder<A,B>,C extends XECJWKGenerator<A,C>>
extends OKPJWKFactory<XECPublicKey,XECPrivateKey,A,B,C>
Extended 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