Link to home
Start Free TrialLog in
Avatar of hpchong7
hpchong7

asked on

Using RSA with JCE?

Dear ,

   How can I use RSA algorithm to generate private and public key with JCE?May you show me the code?Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Ash_
Ash_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hpchong7
hpchong7

ASKER

But may you show me an complete example with code?
Just show me the book is no good!
BTW,do you know any tutorial on the web about how to use the JCE package?Thanks!
The examples in the book contain code examples of programs using the JCE.
Check out the ftp link above & download the examples. See Ch.5 of the examples.

Tutorials:

http://www.it.kth.se/~reza/TI_Proj/JCEoverview.html
http://java.sun.com/docs/books/tutorial/security1.2/