RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v27]
Sean Mullan
mullan at openjdk.org
Tue Sep 10 16:08:28 UTC 2024
On Fri, 6 Sep 2024 18:45:42 GMT, Kevin Driver <kdriver at openjdk.org> wrote:
>> Introduce an API for Key Derivation Functions (KDFs), which are cryptographic algorithms for deriving additional keys from a secret key and other data. See [JEP 478](https://openjdk.org/jeps/478).
>>
>> Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924).
>
> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>
> updated comments around locking mechanism
src/java.base/share/classes/java/security/KDFParameters.java line 25:
> 23: * questions.
> 24: */
> 25: package java.security;
This should be in the `javax.crypto` package since it is specific to KDF which is also in the `javax.crypto` package.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1752256968
More information about the security-dev
mailing list