RFR: 8279800: isAssignableFrom checks in AlgorithmParametersSpi.engineGetParameterSpec appear to be backwards
Weijun Wang
weijun at openjdk.java.net
Wed Jan 12 22:40:10 UTC 2022
On Tue, 11 Jan 2022 20:38:30 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> Change the order so parent class is at the left.
New commit pushed. Turns out `PBKDF2HmacSHA1Factory.java` is useless now. The algorithm is now implemented as a sub-class of `PBKDF2Core`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7037
More information about the security-dev
mailing list