简体   繁体   English

可以在Android中使用Bouncy Castle加密API吗?

[英]Can the Bouncy Castle cryptography API be used in Android?

I am writing an application for the Android platform which makes use of cryptography. 我正在为Android平台编写一个使用加密技术的应用程序。 Is it possible for the Bouncy Castle cryptography API to be used in Android? 是否有可能在Android中使用Bouncy Castle加密API?

Yes, in fact, it is already partly included (see http://code.google.com/p/android/issues/detail?id=3280 ). 是的,事实上,它已经部分包含在内(请参阅http://code.google.com/p/android/issues/detail?id=3280 )。 To get the full functionality, use Spongy Castle . 要获得完整功能,请使用Spongy Castle

Yes, definitely. 当然是。

TextSecure app use it. TextSecure应用程序使用它。 You can find the code here . 你可以在这里找到代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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