On Wed, 14 Jun 2023 20:38:18 GMT, Ben Perez wrote:
>> Changed `getEncoded` for both EC and RSA to return a copy of the internal
>> key array to avoid mutability issues.
>
> Ben Perez has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Changed
On Wed, 14 Jun 2023 20:28:15 GMT, Sean Mullan wrote:
>> Ben Perez has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Changed array copy to be more compact
>
> src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/CPublicKey.java
> line
> Changed `getEncoded` for both EC and RSA to return a copy of the internal key
> array to avoid mutability issues.
Ben Perez has updated the pull request incrementally with one additional commit
since the last revision:
Changed array copy to be more compact
-
Changes:
- all: