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

Valerie Peng valeriep at openjdk.org
Wed Aug 28 23:40:29 UTC 2024


On Wed, 14 Aug 2024 15:29:21 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

>> src/java.base/share/classes/javax/crypto/KDFSpi.java line 72:
>> 
>>> 70:      */
>>> 71:     protected KDFSpi(KDFParameters kdfParameters)
>>> 72:         throws InvalidAlgorithmParameterException {}
>> 
>> The implementation doesn't do anything, the javadoc is for defining the child classes ctor behavior?
>
> Correct.

Ok.

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

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


More information about the security-dev mailing list