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.

[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

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

2016-03-04 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 is the

[iText-questions] Error in Digital signature

2015-06-17 Thread mgomez
Hi all :) I'm using itext 5.5.6 to sign a PDF document, using the: *Code sample 4.1: Signing a document using PKCS#11* of the book: /Digital Signatures for PDF documents/ But I have the following error when validating adobe reader:

Re: [iText-questions] Base CRL and Delta CRL

2015-05-06 Thread mgomez
Ok Perfect , thanks for your prompt replies :) -- View this message in context: http://itext.2136553.n4.nabble.com/Base-CRL-and-Delta-CRL-tp4660811p4660815.html Sent from the iText mailing list archive at Nabble.com.

[iText-questions] Base CRL and Delta CRL

2015-05-05 Thread mgomez
Hi all :)I'm using itext 5.5.5 to sign a PDF document and have a question:How I can combine a Base CRL and Delta CRL?I this to be included in the digital signature as revocation information, or I should add both CRLs?I appreciate your comments,Regards. -- View this message in context:

Re: [iText-questions] Base CRL and Delta CRL

2015-05-05 Thread mgomez
Hi Bruno; thanks for your quick response. I read again PADES and certainly does not mention anything about DELTA CRL . This is my problem: The CA of my certificate, issues a CRL weekly and DELTA CRL every day. At the time to digitally sign the document, the certificate validation process uses

[iText-questions] addLtv Method

2014-05-08 Thread mgomez
Hi, I have a doubt. I am working with addLtv method but I don't know how to take all certificate chain of TSA and not only one cerficate of this one. Probably this issue is the root cause of my problem with succesfull pass the LtvVerifier. I put this file sample:

Re: [iText-questions] C5_06_ValidateLTV error

2014-05-05 Thread mgomez
Hi, I have a problem with C5_06_ValidateLTV class. I followed all recommendations about Pades LTV files, but when I verify, this error appear: The document can't be verified certificate does not verify with supplied key I have been working with itextpdf-5.5.0 Adobe Reader says that all

[iText-questions] C5_06_ValidateLTV error

2014-04-30 Thread mgomez
Hi, I have a problem with C5_06_ValidateLTV class. I followed all recommendations about Pades LTV files, but when I verify, this error appear: The document can't be verified certificate does not verify with supplied key I have been working with itextpdf-5.5.0 Adobe Reader says that all