Hi all,
Please review a fix for following bug: Bug Id - https://bugs.openjdk.java.net/browse/JDK-8129560 Issue - Test sun/security/pkcs11/rsa/TestKeyPairGenerator.java is failing because RSAKeyGenParameterSpec public exponent is not accordance with FIPS 186-4 guidance Solution - Used proper value for exponent based on reference from FIPS 186-4, section B-2. webrev - http://cr.openjdk.java.net/~ntv/bhanu/8129560/webrev.00/ Thanks, Bhanu
