On Fri, 22 Jan 2021 14:35:46 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> src/java.base/share/classes/com/sun/crypto/provider/PrivateKeyInfo.java line 
>> 98:
>> 
>>> 96: 
>>> 97:     public void clear() {
>>> 98:         Arrays.fill(privkey, (byte)0);
>> 
>> check for null just in case?
>
> `val.data.getOctetString()` on line 82 should never return null, so I think a 
> null check is not necessary here.

Sure.

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

PR: https://git.openjdk.java.net/jdk/pull/2070

Reply via email to