Module io.inverno.mod.security.jose
Interface RSAJWKGenerator<A extends RSAJWK,B extends RSAJWKGenerator<A,B>>
- Type Parameters:
A
- the RSA JWK typeB
- the RSA JWK generator type
- All Superinterfaces:
JWKGenerator<A,
,B> X509JWKGenerator<RSAPublicKey,
RSAPrivateKey, A, B>
public interface RSAJWKGenerator<A extends RSAJWK,B extends RSAJWKGenerator<A,B>>
extends X509JWKGenerator<RSAPublicKey,RSAPrivateKey,A,B>
RSA JSON Web Key generator.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwk.JWKGenerator
algorithm, generate, keyId, keyOperations, publicKeyUse
-
Method Details
-
keySize
Specifies the size of the key to generate in bytes.
- Parameters:
keySize
- the size of the key in bytes- Returns:
- this generator
-