How to encode a value in PKCS7 with Java?

眉间皱痕 提交于 2019-12-04 01:50:47

问题


I would like to use PKCS7 encryption to encode a value together with Java and Java Servlet. Is there any available library and references to do the encryption? Any sample or tutorial that I could follow?

Thank you.


回答1:


For general cryptografy I use bouncycastle library. I haven't used PKCS7, but there is example how to use it: PKCS7 Signatures using Bouncy Castle



来源:https://stackoverflow.com/questions/2377402/how-to-encode-a-value-in-pkcs7-with-java

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