vote up 1 vote down star

What libraries can be used to digitally sign documents in Java?

flag

0% accept rate

3 Answers

vote up 1 vote down

Because PDF has explicit support for digital signatures, the process for signing them is different than what you might have to use for "another document", as pointed out already.

If you have a document format that doesn't have digital signature support "built-in", you can wrap it with in another format that supports digital signatures, such as S/MIME. BouncyCastle's S/MIME support is alright.

link|flag
vote up 1 vote down

The iText website has a section specifically addressing this scenario.

link|flag
vote up 2 vote down

iText is probably the highest quality PDF manipulation library I've seen commercial or open source, and it absolutely can be used to sign PDF documents.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.