which OpenSSL version is used in bouncycastle library?

烂漫一生 提交于 2019-12-20 02:51:19

问题


I am using BouncyCastle Library for OpenSSL encryption in Android. My library version is 1.45.

I would like to know the OpenSSL version is used in the library. Anybody can help me how could I find it out ?


回答1:


BouncyCastle implement with java.

It doesn't need OpenSSL at all.

org.bouncycastle.openssl package in bcpkix is use to handle the PEM file generated by OpenSSL.

https://www.bouncycastle.org/docs/pkixdocs1.5on/org/bouncycastle/openssl/package-summary.html



来源:https://stackoverflow.com/questions/12744331/which-openssl-version-is-used-in-bouncycastle-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!