Interface RSAJWKFactory<A extends RSAJWK,B extends RSAJWKBuilder<A,B>,C extends RSAJWKGenerator<A,C>>

Type Parameters:
A - the RSA JWK type
B - the RSA JWK builder type
C - the RSA JWK generator type
All Superinterfaces:
JWKFactory<A,B,C>, X509JWKFactory<RSAPublicKey,RSAPrivateKey,A,B,C>

public interface RSAJWKFactory<A extends RSAJWK,B extends RSAJWKBuilder<A,B>,C extends RSAJWKGenerator<A,C>> extends X509JWKFactory<RSAPublicKey,RSAPrivateKey,A,B,C>

RSA JSON Web Key factory.

Since:
1.5
Author:
Jeremy Kuhn