On Wed, 28 Aug 2024 20:38:06 GMT, Kevin Driver <[email protected]> wrote:
>> src/java.base/share/classes/javax/crypto/KDF.java line 231:
>>
>>> 229: /**
>>> 230: * Returns a {@code KDF} instance initialized with the specified
>>> algorithm from
>>> 231: * the specified security provider.
>>
>> Add "The specified provider must be registered in the security provider
>> list."
>
> Resolved in
> https://github.com/openjdk/jdk/pull/20301/commits/a65dc9da044297c313e02d698255bad915dc0a10.
It's not just "initialized with the specified algorithm from the specified
security provider". Not sure if people may read it to be just the algorithm
name, but in reality, it's the algorithm *implementation*.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1735366540