我使用 JsignPDF 和我的 Globalsign 证书在 Linux 中签署了 PDF 文档;一切看起来都井然有序,请参阅:
# pdfsig test_signed.pdf
Digital Signature Info of: test_signed.pdf
Signature #1:
- Signer Certificate Common Name: blah@example.com
- Signer full Distinguished Name: E=blah@example.com,CN=blah@example.com
- Signing Time: Oct 04 2023 19:10:32
- Signing Hash Algorithm: SHA1
- Signature Type: adbe.pkcs7.detached
- Signed Ranges: [0 - 160], [30162 - 38375]
- Total document signed
- Signature Validation: Signature is Valid.
- Certificate Validation: Certificate is Trusted.
("blah@example.com" is masking my real address)
Run Code Online (Sandbox Code Playgroud)
我将其移至我的 Windows …