如何使用 Java 对 PKCS7 中的值进行编码?
我想使用 PKCS7 加密与 Java 和 Java Servlet 一起对值进行编码。是否有任何可用的库和参考资料可以进行加密?我可以遵循任何示例或教程吗?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于一般的加密,我使用 bouncycastle 库。我没有使用过 PKCS7,但有如何使用它的示例: 使用 Bouncy Castle 的 PKCS7 签名
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