如何使用 Delphi 2009 验证 SOAP 签名?

发布于 2024-12-16 19:18:12 字数 291 浏览 2 评论 0原文

我正在使用 D2009 中的 Clever Internet Suite 来签署 SOAP 消息,并且需要一种方法来在本地验证已签名的文档。服务器不断退回 SOAP 消息,并显示错误“哈希值不匹配”。

我必须在提交之前稍微修改文档,但不能修改签名部分,因此我需要查明此操作是否导致错误。我还可以获得服务器收到的文档,并希望验证该副本以查看传输过程中是否发生了变化。

有没有办法使用 Clever Suite?或者也许是 Crypto.api?即使是一个可以向其提供文档和公钥的独立应用程序也可以。

感谢您提供的任何信息。

I'm using the Clever Internet Suite in D2009 to sign a SOAP message and need a way to verify the signed document locally. The server keeps bouncing the SOAP message with the error "Hash values do not match".

I have to manipulate the document slightly before submitting but not the signed section so I need to find out if this manipulation is causing the error. I can also obtain the document received by the server and want to verify that copy to see if something is changing in transmission.

Is there a way using the Clever Suite? Or maybe the Crypto.api? Even a standalone app that I can feed the document and public key to would be fine.

Thank you for any information you can provide.

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

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

发布评论

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

评论(1

深海少女心 2024-12-23 19:18:12

在提交之前我必须稍微修改文档,但不能修改签名部分,因此我需要查明此操作是否导致错误。

您可以通过操作它并测试是否仍然导致错误来测试这一点。如果没有,请比较两个 XML 文档是否仅在您认为有的部分发生变化。

另外你的问题是大约一年后。您能否更新一下您现在如何处理此问题的信息,您的解决方法是什么等?

I have to manipulate the document slightly before submitting but not the signed section so I need to find out if this manipulation is causing the error.

You can test for that by not manipulating it and testing if the error is still caused. If not, compare the two XML documents if there are only changes in the parts you think there are.

Also your question is about a year soon. Could you please update it with the information how you handling this now, what your workaround was etc?

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