我需要用证书签署二进制流

发布于 2024-07-26 18:53:18 字数 81 浏览 6 评论 0原文

我基本上需要创建一个自签名证书,然后用它签署一个二进制流以创建签名。 我尝试搜索谷歌,但我似乎无法获得相关结果的正确关键字。 任何帮助表示赞赏。

I basically need to create a self signed certificate and then sign a binary stream with it to create a signature. I tried searching Google but i can't seem to get the right keywords for related results. Any help is appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深爱成瘾 2024-08-02 18:53:18

您需要使用私钥而不是证书来签署流。 既然您用 Java 标记了它,我假设您想使用 JCA。

查看此示例: http://java .sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html#SigEx

You need to use the private key, not the certificate to sign a stream. Since you tagged this with Java, I am assuming you want to use the JCA.

Check out this example: http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html#SigEx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文