On Thu, 9 May 2024 19:46:39 GMT, Kevin Driver <kdri...@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

Reply via email to