Re: [iText-questions] Certificate failed: Cannot be verified against the KeyStore or the certificate chain

2007-10-22 Thread Harakiri
I suggest you doing a bit of research how to validate X.509 signatures, you need the whole certificate chain in java (bc) to validate the (math) signature and the certificate itsel. --- Fionn Ziegler <[EMAIL PROTECTED]> wrote: > > Hi all, > i just managed correct signing for PDF-Document with >

Re: [iText-questions] Certificate failed: Cannot be verified against the KeyStore or the certificate chain

2007-10-18 Thread Paulo Soares
o: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Certificate failed: Cannot be > verified against the KeyStore or the certificate chain > > > Hi all, > i just managed correct signing for PDF-Document with an > extern smardcard. > Now i want to verify it, but i get t

[iText-questions] Certificate failed: Cannot be verified against the KeyStore or the certificate chain

2007-10-18 Thread Fionn Ziegler
Hi all, i just managed correct signing for PDF-Document with an extern smardcard. Now i want to verify it, but i get the following message: Certificate failed: Cannot be verified against the KeyStore or the certificate chain This is a Debug from the http://itextpdf.sourceforge.net/howtosign.html#