Re: RFR: 8308808: SunMSCAPI public keys returns internal key array [v3]

2023-06-15 Thread Sean Mullan
On Thu, 15 Jun 2023 17:22:53 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 two additional > commits since the last revision: > > - Remove

Re: RFR: 8308808: SunMSCAPI public keys returns internal key array [v3]

2023-06-15 Thread Ben Perez
> 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 two additional commits since the last revision: - Removed unnecessary imports - Removed unnecessary module in test. Cat