RFR: 8331008: KDF Implementation [v7]

Kevin Driver kdriver at openjdk.org
Fri May 10 16:41:18 UTC 2024


On Thu, 9 May 2024 13:14:45 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   additional delayed provider selection work
>
> src/java.base/share/classes/javax/crypto/KDF.java line 147:
> 
>> 145:      *     algorithm.
>> 146:      */
>> 147:     public static KDF getInstance(String algorithm) throws NoSuchAlgorithmException {
> 
> All the `getInstance` methods should throw `NullPointerException` if `algorithm` is `null`.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596973165



More information about the security-dev mailing list