Re: [iText-questions] GetEncodedPKCS7 arguments while using external hash/OCSP

2010-03-11 Thread Daniel Oliveras
Hi, I am having the same problem All the samples show how to include TSA or OCSP responses into PKCS7 using certificates in which you can access the private key, but when you sign using a smartcard this is not possible so you can’t use the samples in this case. Can someone provide some samples i

[iText-questions] GetEncodedPKCS7 arguments while using external hash/OCSP

2010-03-10 Thread Whatever
Can someone explain me the correct usage of this function when using external hash ? What is the secondDigest and how is it calculated while using external hash ? I need to embed OCSP response into PKCS7, how to modify example (http://itextpdf.sourceforge.net/howtosign.html#signtsocspcs) so that i