Skip to content

Conversation

ariawisp
Copy link

@ariawisp ariawisp commented Sep 7, 2025

What

  • Add JDK implementations for EdDSA (Ed25519/Ed448) and XDH (X25519/X448).
  • Introduce a small helper for RAW/SPKI/PKCS#8 wrap/unwrap.
  • Wire new algorithms in JdkCryptographyProvider.
  • No CI/build/test changes in this PR.
  • Use shared base helper unwrapSubjectPublicKeyInfo(Set,ObjectIdentifier) for SPKI decoding; remove JDK-local SPKI unwrap helper (keep minimal PKCS#8 helper for RAW private keys).

Why

  • Provide JVM support for EdDSA/XDH behind the new core APIs; enables early testing and adoption on JDK.

Notes

…ire provider; use base unwrapSubjectPublicKeyInfo(Set) + ObjectIdentifier OIDs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant