views:

48

answers:

1

Hi,

Is it possible sign a plain text string with RSA private key on Google App Engine with Java SDK?

Thanks

A: 

These two links should have all you need to encrypt and decrypt using RSA.

RSA Encryption in Java 1

RSA Encryption in Java 2

smink
Pointing to RSA encryption is kind of misleading. The OP looks for signatures.
abc