Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-28 Thread adamec
Thanks a lot for all the answers - I think this thread is good for every bigginer out there!! -- View this message in context: http://itext-general.2136553.n4.nabble.com/PKCS-1-signature-iText-signed-pdf-tp4657691p4657710.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-27 Thread adamec
Hmmm, first of all - thanks for atttention :) I still quite donet understand. When I sign a pdf with iText by means of private key I provide (using PrivateKeySignature), I also create hash for document. Then, this hash is signed afterwards and alsdo attached to pdf. Am I missing something? What

Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-27 Thread adamec
I am not sure if I understand - which part doesn't make sense? Let's say I have smartcard and I want to use it to sign a pdf file. Later, I just want to attach this signature to a pdf using iText. Is there something wrong with the idea itself, or what do you mean? -- View this message in contex

[iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-27 Thread adamec
Hi guys. I cannot find a way, how to use already created detached PKCS#1 signature with iText. This topic is quite similar, but gives me no answers (and uses old version of iText) -> http://itext-general.2136553.n4.nabble.com/HASH-SMARTCARD-and-PKCS-7-detached-td3047252.html. I have raw PKCS#1 si