RSA encryption

D

DougJrs

Good Afternoon All!

I am working on an application that will interact with a web service
and exhange encripted data using RSA encryption. (only the data in
the SAOP message is encrypted, not the message its self.)

I am able to generate a key and use it to encrypt data, but I am not
able to store the key for reuse. Does anyone have a reccomendation of
how I would do this? I will need to sore my keys and the public key
of the server that I will be exchanging data with.

Thanks
Doug
 
R

rossum

Good Afternoon All!

I am working on an application that will interact with a web service
and exhange encripted data using RSA encryption. (only the data in
the SAOP message is encrypted, not the message its self.)

I am able to generate a key and use it to encrypt data, but I am not
able to store the key for reuse. Does anyone have a reccomendation of
how I would do this? I will need to sore my keys and the public key
of the server that I will be exchanging data with.

Thanks
Doug

java.security.KeyStore would seem to be relevant to your problem.

rossum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top