基于浏览器的文档签名(带数字签名)的最佳跨浏览器解决方案是什么?

发布于 2024-07-09 14:13:58 字数 99 浏览 9 评论 0原文

我需要实现一个基于浏览器的组件(很可能是 java 小程序,因为它需要跨浏览器),该组件允许我们对 XadES 格式的数据进行数字签名和验证。 有哪些可用选项以及最佳解决方案是什么?

I need to implement a browser based component (most likely java applet since it needs to be cross-browser) that will allow us to digitally sign and verify data in the XadES format. What options are available and what is the best solution?

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

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

发布评论

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

评论(2

各自安好 2024-07-16 14:13:58

我认为最好的解决方案是构建一个 Web 服务,或者如果适用的话,将其直接构建到您的应用程序中。 除非您想提供有关计划如何实施或任何其他平台/业务限制的更多详细信息,否则此时找到最佳解决方案只是盲目的尝试。

下面是我启动

Google 的方法:XadES jar 库
尝试一个链接,然后看看它是否满足您的需要。

如果没有尝试下一个链接,看看是否效果更好。

确保它适用于所有浏览器的最佳方法是通过 Web 服务而不是小程序在服务器上执行工作。

The best solution I would think would be to build a web service or if applicable build it right into your application. Unless you want to provide more details on how you plan to implement it or any other platform / business constraints then finding the best solution is a shot in the dark at this point.

So here is how I would start

Google this: XadES jar library
Try a link and then see if it does everything you need.

If it doesn't try the next link and see if that works better.

The best way to ensure it works on all browsers is to perform the work on the server via a web service instead of an applet.

随遇而安 2024-07-16 14:13:58

我发现一个似乎可行,但仍在开发中并且存在一些错误:
http://projectestic.uji.es/pr/cryptoapplet/

I found one that seems to work, but is still in development and has some bugs:
http://projectestic.uji.es/pr/cryptoapplet/

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