Can I use latest BouncyCastle provider on Android?

后端 未结 3 1610
夕颜
夕颜 2020-12-18 08:28

I am writing the app for Android 1.6.
Can anyone tell me if it is possible to use latest Bouncy Castle provider (version 1.46) instead of old one contained in SDK?
I

3条回答
  •  独厮守ぢ
    2020-12-18 08:56

    You should be able to at least use the lightweight crypto library. Look for the lcrypto-jdk* on the releases page. I confess I don't have a android test environment available to verify any of this. Note that this version of the library does not use the JCE API.

提交回复
热议问题