Interface EdECJWKFactory<A extends EdECJWK,B extends EdECJWKBuilder<A,B>,C extends EdECJWKGenerator<A,C>>

Type Parameters:
A - the Edward-curve JWK type
B - the Edward-curve JWK builder type
C - the Edward-curve JWK generator type
All Superinterfaces:
JWKFactory<A,B,C>, OKPJWKFactory<EdECPublicKey,EdECPrivateKey,A,B,C>, X509JWKFactory<EdECPublicKey,EdECPrivateKey,A,B,C>

public interface EdECJWKFactory<A extends EdECJWK,B extends EdECJWKBuilder<A,B>,C extends EdECJWKGenerator<A,C>> extends OKPJWKFactory<EdECPublicKey,EdECPrivateKey,A,B,C>

An Edward-curve JSON Web Key factory.

Since:
1.5
Author:
Jeremy Kuhn