简体   繁体   中英

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?

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 .

Yes, definitely.

TextSecure app use it. You can find the code here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM