Reputation: 3537
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?
Upvotes: 1
Views: 1452
Reputation: 15082
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.
Upvotes: 0
Reputation: 1731
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.
Upvotes: 4