RFR: 8331008: KDF Implementation [v3]
Kevin Driver
kdriver at openjdk.org
Fri May 10 14:47:32 UTC 2024
On Thu, 9 May 2024 20:20:00 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> src/java.base/share/classes/com/sun/crypto/provider/HkdfKeyDerivation.java line 53:
>>
>>> 51: * and Expand-only variants.
>>> 52: */
>>> 53: abstract class HkdfKeyDerivation extends KDFSpi {
>>
>> How about just name it `HKDF`?
>
> Make this class `sealed`.
Avoiding the use of newer language features like `sealed` to aid in backporting.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596848547
More information about the security-dev
mailing list