RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v15]
Kevin Driver
kdriver at openjdk.org
Thu Aug 29 20:06:07 UTC 2024
On Wed, 28 Aug 2024 22:47:14 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> src/java.base/share/classes/javax/crypto/KDF.java line 476:
>>
>>> 474: * the object describing the inputs to the derivation function
>>> 475: *
>>> 476: * @return a {@code SecretKey} object corresponding to a key built from the
>>
>> I suggest just `@return the derived key`.
>
> +1
Addressed in https://github.com/openjdk/jdk/pull/20301/commits/deadc28d6d81f5ecc056b38762f6cda49fd0cfe5. Please confirm.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1737091973
More information about the security-dev
mailing list