1

I am writing an application for the Android platform which makes use of cryptography. Is it possible for the Bouncy Castle cryptography API to be used in Android?

Lopper
  • 3,499
  • 7
  • 38
  • 57

2 Answers2

4

Yes, in fact, it is already partly included (see http://code.google.com/p/android/issues/detail?id=3280). To get the full functionality, use Spongy Castle.

ddso
  • 1,731
  • 12
  • 15
0

Yes, however do not use Spongy Castle please. See How to add Bouncy Castle algorithm to Android? for a complete example on using Bouncy Castle on Android.

satur9nine
  • 13,927
  • 5
  • 80
  • 123