RSAKeyPairGenerator.this

this(Random random, int bitLength = 2_048, BigInt e = BigInt(65_537))

Constructs an RSAKeyPairGenerator.

Parameters

randomA cryptographically secure random number generator.
bitLengthThe key size in bits. Must be at least 2048. Defaults to 2048.
eThe public exponent. Defaults to 65537.