Module io.inverno.mod.security.jose
Interface RSAJWKFactory<A extends RSAJWK,B extends RSAJWKBuilder<A,B>,C extends RSAJWKGenerator<A,C>>
- Type Parameters:
A
- the RSA JWK typeB
- the RSA JWK builder typeC
- 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
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwk.JWKFactory
builder, generate, generator, read, read, supports, supportsAlgorithm