[9] Request for review 8134112: api/java_security/KeyStore/index.html#GetInstance2Tests[getInstanceIOE2, getInstanceIOE3] still fail after JDK-8130850 is fixed in b77

Vincent Ryan vincent.x.ryan at oracle.com
Wed Aug 26 16:34:53 UTC 2015


Please review this change to the KeyStore.getInstance(File,LoadStoreParameter) method to correctly handle its LoadStoreParameter argument.
It now extracts the embedded password before calling the KeyStore.load(InputStream,char[]) method.

This fix corrects a JCK test that had been failing.
Thanks.


Webrev: http://cr.openjdk.java.net/~vinnie/8134112/webrev.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8134112


More information about the security-dev mailing list