On Mon, 28 Oct 2024 16:35:23 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Kevin Driver has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove unused method > > 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 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1824946763