Adding a digital signature to a PDF using Java

后端 未结 3 2021
南旧
南旧 2021-02-03 12:08

I want to digitally sign a PDF file using a certificate stored on a USB-token, HSM, etc. How do I use the private key stored on the USB token using JAVA?

3条回答
  •  感动是毒
    2021-02-03 12:39

    To the iText self-reference, I'll add

    • Gnostice
    • DigiSigner
    • Apache PDFBox (open source)
    • Java4Less (open source, based on PDFBox)
    • Adobe LiveCycle
    • jPDFSecure
    • Oracle Fusion

提交回复
热议问题