签名并创建 asn1 签名消息 - Bouncycastle
有没有关于如何签署文件并使用 bouncycastle 将其包装在 asn1 pkcs7 包中的好教程?
Is there any good tutorials on how to sign a file, and wrap it inside a asn1 pkcs7 package using bouncycastle?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一段时间后,我在 bouncyCastle 应用程序内的示例中找到了它是如何完成的。
它实际上比我在 IText 中发现的要简单和直接(不考虑框架本身的友好性)。
代码是这样的:
After sometime, i've found how its done, in the examples inside the bouncyCastle app.
It's actually quite simpler and straight foward than i had found in IText (, not taking out the geniality of the framework itself).
The code is something like: