Re: [iText-questions] Bouncycastle problem again.

2012-04-14 Thread Антон Мацюк
Heh. I do a self-signed pdf and do not use the ocsp and timestamp, so I think I can remove that piece of code. But maybe someone need this or maybe I will need this in future so it will be cool if someone correct example to working state.

Re: [iText-questions] Bouncycastle problem again.

2012-04-13 Thread David Hook
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 get