Re: [iText-questions] signature verification with PdfPKCS7

2009-09-15 Thread Paulo Soares
7;s implemented in version 2.1.7. Paulo > -Original Message- > From: DonCapullo [mailto:martin.summe...@gmail.com] > Sent: Tuesday, September 15, 2009 1:39 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] signature verification with PdfPKCS7 &g

Re: [iText-questions] signature verification with PdfPKCS7

2009-09-15 Thread DonCapullo
In the attachment I send you the document thanks for assistance Martin http://www.nabble.com/file/p25453163/KRPA_TEST.pdf KRPA_TEST.pdf -- View this message in context: http://www.nabble.com/signature-verification-with-PdfPKCS7-tp1474867p25453163.html Sent from the iText - General mailing li

Re: [iText-questions] signature verification with PdfPKCS7

2009-07-09 Thread Paulo Soares
009 12:02 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] signature verification with PdfPKCS7 > > > Hi! > > I'm using PdfPKCS7 for validating signatures on PDF's. I have now the > problem that signature validation from one s

Re: [iText-questions] signature verification with PdfPKCS7

2009-07-09 Thread DonCapullo
Hi! I'm using PdfPKCS7 for validating signatures on PDF's. I have now the problem that signature validation from one supplier works fine. They use adbe.x509.rsa_sha1 type certificates The new supplier uses adbe.pkcs7.detached type certificates and there I always have the problem that the sig.ver

Re: [iText-questions] signature verification with PdfPKCS7

2009-07-09 Thread Paulo Soares
Why do you want to verify an external signature with PdfPKCS7? Paulo > -Original Message- > From: DonCapullo [mailto:martin.summe...@gmail.com] > Sent: Thursday, July 09, 2009 10:32 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] signatu

Re: [iText-questions] signature verification with PdfPKCS7

2009-07-09 Thread DonCapullo
Hi Hans! I'm facing the same problem - how did you solve the issue? kr MArtin -- View this message in context: http://www.nabble.com/signature-verification-with-PdfPKCS7-tp1474867p24407026.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] signature verification with PdfPKCS7

2005-11-14 Thread hans lux
hello, i'm trying to verify an external signature that is embedded in a pkcs7the verify method always returns false (so far).. can anybody see what's wrong ? thanks a lot hans byte[] signPdf(byte[] pdfData) { ByteArrayOutputStream bout = new ByteArrayOutputStream(); try {