BouncyCastle provider in j2me

匆匆过客 提交于 2019-12-25 03:11:52

问题


Where can I find examples that implements ECDSA and ECDH using light weight version of bouncycastle and uses bouncy castle provider dynamically?


回答1:


The bouncycastle java crypto library has two basic modes. It can be use as a JCE provider, and as a standalone library accessed through its lightweight API. You can even use both at the same time if you prefer, EXCEPT in J2ME (now known as JME). You can only use the lightweight API in J2ME. You can find the J2ME version of the bouncycastle library on their latest releases page.



来源:https://stackoverflow.com/questions/4956578/bouncycastle-provider-in-j2me

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