Interface XECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A,B>>

Type Parameters:
A - the extended Elliptic curve JWK type
B - the extended Elliptic curve JWK generator type
All Superinterfaces:
JWKGenerator<A,B>, OKPJWKGenerator<XECPublicKey,XECPrivateKey,A,B>, X509JWKGenerator<XECPublicKey,XECPrivateKey,A,B>

public interface XECJWKGenerator<A extends XECJWK,B extends XECJWKGenerator<A,B>> extends OKPJWKGenerator<XECPublicKey,XECPrivateKey,A,B>

Extended Elliptic curve JSON Web Key generator.

Since:
1.5
Author:
Jeremy Kuhn