On Tue, 3 Sep 2024 22:03:41 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> The passage you cited is grammatically correct. Many values are converted to 
>> one object.
>
> Are you sure? When one call `addIKM(byte[])` multiple times, I can see in the 
> code that each time a new `SecretKeySpec` object is added into the `ikms` 
> list.

For each byte array a new SecretKeySpec is added to the List.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1742802027

Reply via email to