On Mon, 26 Aug 2024 18:16:17 GMT, Kevin Driver <[email protected]> wrote:
>> src/java.base/share/classes/javax/crypto/KDF.java line 473:
>>
>>> 471: * @param alg
>>> 472: * the algorithm of the resultant {@code SecretKey} object
>>> 473: * @param derivationParameterSpec
>>
>> I prefer a short name like `input`. I know the type is
>> `AlgorithmParameterSpec` but it's actually not parameter.
>
> Acknowledged. `input` is too vague.
maybe "derivationSpec"?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1735389583