Hi,

I'm trying to implement a fairly straight-forward protocol. Where
Android clients would encrypt certain data before sending it over to
my google app engine server. However, it seems like there's some
significant differences - at least in the default capabilities. It
seems I can only really use BouncyCastle on Android. And there's no
way GAE supports that.

So... how can I do this? How do I encrypt some data on Android clients
with my private key, and decrypt it on GAE (again, using my private
key)


Thanks!
Ayrton

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to