For academical purposes, I am looking for a possibility to implement ElGamal with Elliptic Curves (for encryption and decryption) in Java. I would like to know if this is possible by using only the Java standard library or is this only possible by using third party libraries?
For this problem, all I have found were threads that are at least 5 years old. My hope is that something has changed since then.