1

Does OpenJDK 1.8 support elliptic curve cryptography?

The API is there but the SunEC implementation seems to require a library that is enabled only for the Oracle JDK.

Maarten Bodewes
  • 90,524
  • 13
  • 150
  • 263
Daniel Gartmann
  • 11,678
  • 12
  • 45
  • 60

1 Answers1

0

Yes, it does.

Have a look here: https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html

unwichtich
  • 13,712
  • 4
  • 53
  • 66