From: Seema Bandyopadhyay <seema@ecn.purdue.edu>
Message-Id: <199903240806.DAA19915@shay.ecn.purdue.edu>
Subject: Problem in generation key pair for RSA
To: java-security@java.sun.com
Date: Wed, 24 Mar 1999 03:06:51 -0500 (EST)
Hi,
I have JDK1.2 and IAIK-JCE2.0 installed on my PC. I was trying to use keytool
to generate key pairs for RSA algorithm. As suggested I added the following
line to java.security file to add IAIK as a provider.
security.provider.2=iaik.security.provider.IAIK
But when I tried to create a keypair giving keyalg as RSA , it gave me the following error:
keytool error : KeyPairGenerator not available
Could you please tell me what else should have been done to make it work.
Thanking You,
Seema Bandyopadhyay.