Hi, I want to add some crls and ocsp responses to a pdf signature. I used the examples in the iText in action book (2nd Edition) and I thought that my application workes correctly. But recently I realized that what is done is not what I wanted to implement. In fact, I wanted to make ocsp responses and crls available for signature verification even if we open pdf file in offline mode. But with the application I used, which is almost the same than source presented in iText in Action book, pdf document can't use the revocation information I included in the signature and it looks for these informations online or in cache. And for that reason I thought that my application does the necessary, but in reality it used the cache in which it had saved the revocation information when it had been online. Did you know the reason of my problem and how to resolve it? Could you help me with some java code that I must add to or correct in my code so that It does this functionnality? Is it feasible?
Thanks, JFSA -- View this message in context: http://itext-general.2136553.n4.nabble.com/Adding-revocation-information-to-a-pdf-signature-java-iText-tp2956044p2956044.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
