Adding a digital signature to a PDF using Java

rajuthoutu picture rajuthoutu · Jul 8, 2013 · Viewed 38.2k times · Source

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?

Answer

Steve Mitchell picture Steve Mitchell · Jan 8, 2014

To the iText self-reference, I'll add