Interface ECJWKFactory<A extends ECJWK,B extends ECJWKBuilder<A,B>,C extends ECJWKGenerator<A,C>>

Type Parameters:
A - the Elliptic curve JWK type
B - the Elliptic curve JWK builder type
C - 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