On Tue, 10 May 2022 13:36:19 GMT, Weijun Wang <[email protected]> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Use PasswordProtection
>
> src/java.base/share/classes/java/security/KeyStore.java line 165:
>
>> 163: * }
>> 164: * } finally {
>> 165: * protParam.destroy();
>
> `KeyStore.ProtectionParameter` does not have a `destroy` method. Only
> `PasswordProtection` does.
Oops, I tried to check but finally forgot about it. Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8623