Keytool Problem

Brian Paul Rickabaugh (bprickab@nscorp.com)
Fri, 15 Jan 1999 19:54:45 -0500

Hello:

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