src/share/classes/java/security/spec/RSAKeyGenParameterSpec.java

Print this page

        

*** 53,63 **** * The public exponent-value F4 = 65537. */ public static final BigInteger F4 = BigInteger.valueOf(65537); /** ! * Constructs a new <code>RSAParameterSpec</code> object from the * given keysize and public-exponent value. * * @param keysize the modulus size (specified in number of bits) * @param publicExponent the public exponent */ --- 53,63 ---- * The public exponent-value F4 = 65537. */ public static final BigInteger F4 = BigInteger.valueOf(65537); /** ! * Constructs a new {@code RSAParameterSpec} object from the * given keysize and public-exponent value. * * @param keysize the modulus size (specified in number of bits) * @param publicExponent the public exponent */