Re: [iText-questions] PdfPKCS7 .verify() return false

2016-03-08 Thread mgomez
Thank you very much... i will review your response. -- View this message in context: http://itext.2136553.n4.nabble.com/PdfPKCS7-verify-return-false-tp4661004p4661007.html Sent from the iText mailing list archive at Nabble.com.

Re: [iText-questions] PdfPKCS7 .verify() return false

2016-03-08 Thread mkl
mgomez, mgomez wrote > I have been working with itextpdf-5.5.5, and the Integrity check return > false. > > ... > > PdfPKCS7 pkcs7 = fields.verifySignature(name); > > pkcs7.verify();<-- HERE return false > > > > But Adobe Acrobat Reader say: Signed and all signatures are valid. :(

[iText-questions] PdfPKCS7 .verify() return false

2016-03-08 Thread mgomez
Hi all, I have one problem... I have been working with itextpdf-5.5.5, and the Integrity check return false. ... PdfPKCS7 pkcs7 = fields.verifySignature(name); pkcs7.verify();<-- HERE return false But Adobe Acrobat Reader say: Signed and all signatures are valid. :( This