PdfBox 在数字签名中显示认证而不是签名

PdfBox showing certified by instead of signed by in digital signature

我已经使用这个 example

通过 Pdf Box 进行了数字签名

我对 pdf 进行了两次数字签名。

它应该第一次显示 Re.1。由我的 SSL 证书签名

有更新吗?

从您的代码中删除此段:

    // Optional: certify 
    if (accessPermissions == 0)
    {
        SigUtils.setMDPPermission(document, signature, 2);
    }

这是使其成为认证的部分。