Adobe PDF 认证 - Java

发布于 2024-08-12 19:27:13 字数 991 浏览 7 评论 0原文

我目前正在构建一个 Java 守护程序,该守护程序需要能够签署并验证 PDF 文档。现在我已经实现了这个代码,但是有一个“小”问题。

问题: 我使用的证书需要通过 Adob​​e Reader 自动验证。为此,您需要确保您的证书由 Adobe 合作伙伴。 VeriSign 提供了一款名为 Adobe True Credentials 它非常适合我的需要。唯一的问题是它要求您拥有 USB令牌(注意:这可能不是确切的 USB 令牌,但它是同一家公司)来使用它。这个 Java 守护进程将在多个位置的服务器上运行,因此为服务器提供 USB 密钥并不是一个真正的选择。

问题: 有谁知道我可以用来执行此操作的产品/服务?就编码而言,这不是与“编程”相关的问题,但我正在编写一个应用程序,该应用程序具有“也许”另一个程序员已经提出并解决的特定要求。这就是我在这里问的原因。

感谢您抽出时间。

I'm currently building a Java daemon that will need to be able to sign and certify PDF documents. Now I've already implemented the code for this, but there is one "little" problem.

The problem:
The certificate I use needs to automatically be validated via Adobe Reader. To do this you need to make sure your certificate is used by a partner of Adobe. VeriSign offers a product called True Credentials for Adobe and it works out perfectly for what I need. The only problem is that it requires you to have a USB token (note: that might not be the EXACT usb token, but it's the same company) to use it. Well this Java daemon will run on servers in multiple locations, so having a USB key for the server isn't really an option.

The question:
Does anyone know of a product/service that I can use to do this? This isn't a "programming" related question in terms of coding, but I'm writing an application that has a certain requirement that "maybe" another programmer has had and has solved. So that is why I'm asking it here.

Thanks for your time.

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

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

发布评论

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

评论(1

如梦亦如幻 2024-08-19 19:27:13

在与一些 Adob​​e 合作伙伴交谈后,显然,当他们与 Adob​​e 合作时,政策要求他们将证书存储在硬件设备上。

我与 GlobalSign 进行了交谈,显然他们的一位客户使用了该公司的 SDK,该公司制作 USB 密钥来自动使用服务器上的密钥。因此,对于任何想要这样做并且不想支付 50k-75k 购买硬件安全模块 (HSM) 并获取服务器软件的人来说,这可能是一种可能性。 GlobalSign 告诉我这一点的事实意味着它可能不违反任何使用条款,但如果您想这样做,您应该考虑一下。

After talking to a few of Adobes partners, apparently when they work with Adobe they're required by a policy to have the certificate stored on a hardware device.

I talked to GlobalSign and apparently one of their customers used the SDK of the company that made the USB keys to automate using the key on a server. So for anyone looking to do this and are not looking to pay 50k-75k for their hardware security module (HSM) and get their server software, this could be a possibility. The fact that I was told this by GlobalSign means that it's probably not against any terms of use but it's something you should look into if you're wanting to do this.

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