Android jks key generator with optional certificate details
- No need to fill all the certificate details like Organization name, country, State etc..You can only set your common name for generating keys
- Can export pk8 + pem keys
- Please add this Provider code in your Application class or any other class
static {
java.security.Security.addProvider(new android.sun.security.provider.JavaKeyStoreProvider());
}