-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
DHKEM requires the ability to get the public key from a private key, at https://www.rfc-editor.org/rfc/rfc9180.html#section-3-2.4:
pk(skX): The KEM public key corresponding to the KEM private key skX.
Back inJDK-8305310, we did this for EC and XDH in the SunEC provider. The function is still not available in PKCS #11. Note that there is no XDH support in SunPKCS11 yet.
pk(skX): The KEM public key corresponding to the KEM private key skX.
Back in
- links to
-
Review(master) openjdk/jdk/23651