I'm trying to use the following command:
keytool -genkey -alias xxx -keysize 1024 -keyalg "RSA" -keystore
xxx -storepass xxx -v
It isn't working. It produces this message:
keytool error: KeyPairGenerator not available
This message, I assume is related to the fact that I'm using the "RSA"
keyalg as I do not get this message when I try "DSA". Why isn't this
working. I cannot find any documentation relating to this error.
Thanks,
Brian