RFR: 8331008: KDF Implementation [v8]

Kevin Driver kdriver at openjdk.org
Fri May 10 16:44:45 UTC 2024


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

>> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   code review comment
>
> src/java.base/share/classes/javax/crypto/KDF.java line 132:
> 
>> 130: 
>> 131:     private String getProviderName() {
>> 132:         return (provider == null) ? "(no provider)" : provider.getName();
> 
> I don't think provider should ever be `null`.

Done.

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

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



More information about the security-dev mailing list