File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java Micro Edition and the fly likes Query in using RSA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Query in using RSA" Watch "Query in using RSA" New topic
Author

Query in using RSA

Poonam Gulve
Greenhorn

Joined: Aug 13, 2007
Posts: 16
Hi everyone,
I am required to use RSA algrithm for encryption decryption in J2me application. I had found one code from site
<RSA>
but in that BigInteger and SecureRandom are used which are available not in J2me.

Can anybody tell me the solution or provide me with the RSA code?

Thanks.

- Poonam G.


Regards,<br />Poonam Gulve
Poonam Gulve
Greenhorn

Joined: Aug 13, 2007
Posts: 16
Hi, I found out the solution. I added cldc_classed.zip by bouncycastle to my project.

Thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Query in using RSA
 
Similar Threads
Problem encrypting with openssl, decrypting with bouncy castle
Java Keystore
how to cnecrypt password and stored in database
RSA key retrieval from String representation
md5 algorithm