RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v34]
Kevin Driver
kdriver at openjdk.org
Mon May 13 21:28:17 UTC 2024
On Mon, 13 May 2024 19:58:27 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>>
>> code review comments
>
> src/java.base/share/classes/com/sun/crypto/provider/HkdfKeyDerivation.java line 407:
>
>> 405: }
>> 406:
>> 407: public static final class HkdfSHA256 extends HkdfKeyDerivation {
>
> Can these classes be package-private instead of public?
It looks like they must be public, at least with the way things are organized currently.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1599103522
More information about the security-dev
mailing list