How to generate RSA key pair in Java 1.8
Recently I was wondering how to generate a private key in Java for a personal project. I found out how to generate the actual key pair with RSA algorithm.
Here is the java code for that, a simple class that you can run to check how things work.
import java.