RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v63]

Kevin Driver kdriver at openjdk.org
Thu Oct 31 18:20:28 UTC 2024


On Thu, 31 Oct 2024 18:04:55 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

>> src/java.base/share/classes/javax/crypto/KDF.java line 386:
>> 
>>> 384:      * @throws InvalidAlgorithmParameterException
>>> 385:      *         if the specified provider does not support a {@code KDF}
>>> 386:      *         implementation for the specified algorithm and parameters
>> 
>> Will it be clearer if we say `if the specified provider supports the specified {@code KDF} algorithm but does not support the provided parameters for that algorithm.`?
>
> Addressed in: https://github.com/openjdk/jdk/pull/20301/commits/4819d3403880f4012f49f71f4269a63ca4645d7b

Further in: https://github.com/openjdk/jdk/pull/20301/commits/739072cabeed708db56753597512f178fa6fd2f1

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1824980863


More information about the security-dev mailing list