Hi, the short answer is to avoid classes in org.bouncycastle.ocsp and to only use classes in org.bouncycastle.cert.ocsp
The slightly longer answer is both classes use the same underlying ASN.1 encoding. So if you call getEncoded on the old class, use it to create a BasicOCSPResponse (in 1.47 getInstance() with the byte array will do the trick) You can convert between the old API to the new one. Regards, David -- View this message in context: http://itext-general.2136553.n4.nabble.com/Bouncycastle-problem-again-tp4554450p4556617.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. 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
