1

I need to transfer a file from server to android. The file is encrypted by openssl with RSA private key, and android should decrypt it with the corresponding public key. How should i implement it in android? Could someone give me an example? Thanks!

Dagang
  • 24,586
  • 26
  • 88
  • 133

1 Answers1

0

I've added some example code on how to do this on Android in my answer here: https://stackoverflow.com/a/12101100/546054

Community
  • 1
  • 1
TouchBoarder
  • 6,422
  • 2
  • 52
  • 60