RFR: 8331008: KDF Implementation [v3]

Weijun Wang weijun at openjdk.org
Thu May 9 21:24:14 UTC 2024


On Thu, 9 May 2024 19:46:39 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

>> Introduce an API for Key Derivation Functions (KDFs), which are cryptographic algorithms for deriving additional keys from a secret key and other data. See [JEP 478](https://openjdk.org/jeps/478).
>
> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
> 
>   some code review comments

src/java.base/share/classes/javax/crypto/KDF.java line 1:

> 1: /*

Delayed provider selection is not implemented yet. You should probably create a test to ensure it.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596000899



More information about the security-dev mailing list