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

Sean Mullan mullan at openjdk.org
Mon May 13 19:07:15 UTC 2024


On Mon, 13 May 2024 09:07:53 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   re-enable preview annotations
>
> src/java.base/share/classes/javax/crypto/spec/HKDFParameterSpec.java line 383:
> 
>> 381: 
>> 382:         /**
>> 383:          * Returns the {@code List} of initial key material values.
> 
> Can the ikms and salts methods specify the ordering of the list? I assume it's the order that the material and sats were added but the API docs doesn't say this.

I agree - it would be good to state the order.

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

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



More information about the security-dev mailing list