Mikro, Mikro Trekker wrote: > PdfPKCS7 pk7 = new PdfPKCS7(null, chain, null, "SHA1", false); The final parameter of the constructor, the boolean hasRSAdata, is documented in the method Javadoc as "<CODE>true</CODE> if the sub-filter is adbe.pkcs7.sha1". Isn't that your sub-filter of choice? Could that "false" be the problem?
As I only have the iText Java sources here, not the C# source, I'm not completely sure if this comment is valid for your situation, though. Regards, Michael. -- View this message in context: http://www.nabble.com/PdfPKCS7-object-without-private-key-tp24202925p24254972.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
