-
RSAKeyGenParameterSpec
public RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent)
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
|
-
RSAKeyGenParameterSpec
public RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent)
Constructs a new RSAKeyGenParameterSpec object from the given keysize, public-exponent value, and null key parameters.
-
Parameters:
-
keysize - the modulus size (specified in number of bits)
-
publicExponent - the public exponent
|