RSA
843810Jul 21 2003 — edited Jul 22 2003hello there,
i need some help with RSA. I have j2sdk1.4.2se installed. I do not want to use any 3rd party security providers. Is it possible to use the jce that comes with j2sdk to perform encryptions/decryptions using RSA? i have been trying for a while with no avil.
when ever i trying and run this code
Cipher c = Cipher.getInstance("RSA");
or
Cipher c = Cipher.getInstance("RSA/ECB/PCKS1Padding");
the code compiles properly.......but gives an exception when the program is run.
HELP please!
-Binoy