Re: RFR: 8189441: Define algorithm names for keys derived from KeyAgreement [v4]

2025-01-03 Thread Sean Mullan
On Fri, 3 Jan 2025 18:43:12 GMT, Weijun Wang wrote: >> Allow `Generic` as an algorithm in the `KeyAgreement::generateSecret(alg)` >> method. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > new year 2025 Can you also replac

Re: RFR: 8189441: Define algorithm names for keys derived from KeyAgreement [v4]

2025-01-03 Thread Weijun Wang
> Allow `Generic` as an algorithm in the `KeyAgreement::generateSecret(alg)` > method. Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: new year 2025 - Changes: - all: https://git.openjdk.org/jdk/pull/22650/files - ne