Digital signatures - chapter 4
These examples were written in the context of Chapter 4 - "Creating signatures externally" of the Digital Signatures for PDF documents eBook.
c4_01_signwithpkcs11hsm
Signing a document with PKCS#11 using a Hardware Security Module (HSM) - currently only available for Java
c4_02_signwithpkcs11usb
Signing a document with PKCS#11 using a USB token - currently only available for Java
c4_03_signwithpkcs11sc
Signing a document with PKCS#11 using a BEID - currently only available for Java
c4_07_clientserversigning
Signing a document on the client using a signature created on the server:
c4_08_serverclientsigning
Signing a document on the server using a signature created on the client:
c4_09_deferredsigning
Signing a document by creating a blank signature container, creating a signature appearance on the server and getting a hash to send to the client (deferred signing):