Re: RFR: 8353888: Implement JEP 510: Key Derivation Function API [v5]

2025-05-02 Thread Sean Mullan
On Fri, 2 May 2025 18:29:14 GMT, Weijun Wang wrote: >> src/java.base/share/classes/javax/crypto/KDF.java line 491: >> >>> 489: + "using the supplied derivation " >>> 490: + "inputs, using the " + source + " " >>> 491: + theOne.provider(

Re: RFR: 8353888: Implement JEP 510: Key Derivation Function API [v5]

2025-05-02 Thread Weijun Wang
On Fri, 2 May 2025 12:50:41 GMT, Sean Mullan wrote: >> Weijun Wang has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains six commits: >> >> - merge >> - add a positive debug log and update exception message >> - enhancing exception m

Re: RFR: 8353888: Implement JEP 510: Key Derivation Function API [v5]

2025-05-02 Thread Chen Liang
On Thu, 1 May 2025 14:50:31 GMT, Weijun Wang wrote: >> Finalize the KDF API. > > Weijun Wang has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains six commits: > > - merge > - add a positive debug log and update exception message > -

Re: RFR: 8353888: Implement JEP 510: Key Derivation Function API [v5]

2025-05-02 Thread Sean Mullan
On Thu, 1 May 2025 14:50:31 GMT, Weijun Wang wrote: >> Finalize the KDF API. > > Weijun Wang has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains six commits: > > - merge > - add a positive debug log and update exception message > -

Re: RFR: 8353888: Implement JEP 510: Key Derivation Function API [v5]

2025-05-01 Thread Weijun Wang
> Finalize the KDF API. Weijun Wang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits: - merge - add a positive debug log and update exception message - enhancing exception messages and debug outputs - update @since tags