hi,

I am performing some encryption on the JBoss server side using RSA encryption 
and the classes KeyPairGenerator and KeyPair. On the server side everything 
works fine both encrypt and decrypt. I user the form "RSA/NONE/PKCS1PADDING".
I also have a J2SE client which will encrypt data and send it to the server for 
decryption. However when I run the same code on the server side I receive an 
error which says:


  | java.security.NoSuchAlgorithmException: Cannot find any provider supporting 
RSA/N
  | ONE/PKCS1PADDING
  |         at javax.crypto.Cipher.getInstance(DashoA12275)
  | 

So it looks like I need the same security provider as JBoss on the client side. 
However I'm not sure where the provider is or how I implement it on the client 
side.

Can anyone help?

Thanks in advance
Steve

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912584#3912584

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912584


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to