RFR: 8325513: Export method for Cipher [v3]
Weijun Wang
weijun at openjdk.org
Wed May 15 17:52:03 UTC 2024
On Fri, 10 May 2024 14:00:55 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Add `Cipher::export` API.
>
> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>
> change new method to non final
I don't think KDF API is needed for a user of HPKE. They do need to choose a KDF identifier at initialization but it's just a number. I actually have a draft at https://github.com/openjdk/jdk/pull/18411 that calls the internal HKDF implementation.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18409#issuecomment-2113117314
More information about the security-dev
mailing list