On Tue, 14 Jul 2026 17:03:07 GMT, Sean Mullan <[email protected]> wrote:

>> Valerie Peng has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   updated to address review comments.
>
> src/java.base/share/classes/com/sun/crypto/provider/Argon2DerivedKey.java 
> line 144:
> 
>> 142:     public void destroy() {
>> 143:         if (key != null) {
>> 144:             Arrays.fill(key, (byte)0);
> 
> Should you be using a cleaner instead?

Ok.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29597#discussion_r3708729875

Reply via email to