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?
Asked
Active
Viewed 1,402 times
2 Answers
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