public RSAKeyGenParameterSpec
(int keysize, BigInteger publicExponent)
Constructs a new RSAParameterSpec object from the
given keysize and public-exponent value.
Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
Parameters: - keysize - the modulus size (specified in number of bits)
- publicExponent - the public exponent