Lopper
Lopper

Reputation: 3537

Can the Bouncy Castle cryptography API be used in Android?

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

Answers (2)

satur9nine
satur9nine

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

ddso
ddso

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

Related Questions