Interface OKPJWKFactory<A extends PublicKey,B extends PrivateKey,C extends OKPJWK<A,B>,D extends OKPJWKBuilder<A,B,C,D>,E extends OKPJWKGenerator<A,B,C,E>>

Type Parameters:
A - the public key type
B - the private key type
C - the Octet Key Pair JWK type
D - the Octet Key Pair JWK builder type
E - the Octet Key Pair JWK generator type
All Superinterfaces:
JWKFactory<C,D,E>, X509JWKFactory<A,B,C,D,E>
All Known Subinterfaces:
EdECJWKFactory<A,B,C>, XECJWKFactory<A,B,C>

public interface OKPJWKFactory<A extends PublicKey,B extends PrivateKey,C extends OKPJWK<A,B>,D extends OKPJWKBuilder<A,B,C,D>,E extends OKPJWKGenerator<A,B,C,E>> extends X509JWKFactory<A,B,C,D,E>

Octet Key Pair JSON Web Key factory.

Since:
1.5
Author:
Jeremy Kuhn