Hi I encountered this error when trying to configure the keystory file for the coin apk file in android studio by commend prompt
C:\Users\deuts>keytool -genkey -alias key0 -v -keystore "C:\Users\deuts\Downloads\keystore.jks" -keyalg RAS -validity 36525
Enter keystore password:
Re-enter new password:
keytool error: java.security.NoSuchAlgorithmException: RAS KeyPairGenerator not available
java.security.NoSuchAlgorithmException: RAS KeyPairGenerator not available
at java.base/java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:236)
at java.base/sun.security.tools.keytool.CertAndKeyGen.<init>(CertAndKeyGen.java:104)
at java.base/sun.security.tools.keytool.Main.doGenKeyPair(Main.java:1919)
at java.base/sun.security.tools.keytool.Main.doCommands(Main.java:1163)
at java.base/sun.security.tools.keytool.Main.run(Main.java:412)
at java.base/sun.security.tools.keytool.Main.main(Main.java:405)
I searched on Google and did not find anything I came across your site and found that you provide answers I hope to find a solution here