RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v15]

Sean Mullan mullan at openjdk.org
Tue Aug 27 10:55:16 UTC 2024


On Fri, 23 Aug 2024 21:48:44 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).
>> 
>> Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924).
>
> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
> 
>   code review comments and test renaming

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

> 229:     /**
> 230:      * Returns a {@code KDF} instance initialized with the specified algorithm from
> 231:      * the specified security provider.

Add "The specified provider must be registered in the security provider list."

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20301#discussion_r1732610016



More information about the security-dev mailing list