java.security.spec
Class RSAKeyGenParameterSpec
java.lang.Object
|
+--java.security.spec.RSAKeyGenParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
This class generates a set of RSA Key parameters used in the generation
of RSA keys.
Since:Author:F0
public static final BigInteger F0Public Exponent F0 = 3
F4
public static final BigInteger F4Public Exponent F4 = 3
RSAKeyGenParameterSpec
public RSAKeyGenParameterSpec(int keysize, java.math.BigInteger publicExponent)Create a new RSAKeyGenParameterSpec to store the RSA key's keysize
and public exponent
Parameters:
getKeysize
public int getKeysize()Return the size of the key.
Returns:
getPublicExponent
public BigInteger getPublicExponent()Return the public exponent.
Returns: