Interface OCTJWKFactory<A extends OCTJWK,B extends OCTJWKBuilder<A,B>,C extends OCTJWKGenerator<A,C>>

Type Parameters:
A - the Octet JWK type
B - the Octet JWK builder type
C - the Octet JWK generator type
All Superinterfaces:
JWKFactory<A,B,C>

public interface OCTJWKFactory<A extends OCTJWK,B extends OCTJWKBuilder<A,B>,C extends OCTJWKGenerator<A,C>> extends JWKFactory<A,B,C>

An Octet JSON Web Key factory.

Since:
1.5
Author:
Jeremy Kuhn