inserting signature using .crt files with x509 encryption #190
Replies: 1 comment 1 reply
-
Hi @jumpingllamas, The first example in the docs fits the bill. If you're confused about the file extensions/terminology, here's what you have to supply:
The certificates will be embedded into the document. The private key will (obviously) only be used to generate the signature, and can also be provided indirectly (e.g. through a hardware token). Nonetheless, an X.509 certificate alone is not enough to produce a signature, you also need the corresponding private key. (Terminological note: X.509 is the name of the standard used to format certificates, it doesn't specify any particular cryptographic mechanism or even care about private keys at all.) Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
hi, does anyone have a sample code on how to insert x509 crypto signature objects into existing signature fields in a pdf file?
Beta Was this translation helpful? Give feedback.
All reactions