Re: [iText-questions] low-level timestamping process

2011-05-04 Thread Aleš Kancilija
Yes, there are a TSA signature, public key of TSA, and 2 digest values too. I wasn't sure if I need to include those TSA values too :) Thank you for such quick answers. -- View this message in context: http://itext-general.2136553.n4.nabble.com/low-level-timestamping-process-tp3494839p3495177.

Re: [iText-questions] low-level timestamping process

2011-05-04 Thread kuehne
, andreas - original Nachricht Betreff: Re: [iText-questions] low-level timestamping process Gesendet: Mi, 04. Mai 2011 Von: Paulo Soares > You'll need to extend TSAClient. Have a look at TSAClientBouncyCastle.java > for inspiration. > > Paulo > > -

Re: [iText-questions] low-level timestamping process

2011-05-04 Thread Paulo Soares
You'll need to extend TSAClient. Have a look at TSAClientBouncyCastle.java for inspiration. Paulo -Original Message- From: Aleš Kancilija [mailto:[email protected]] Sent: Wednesday, May 04, 2011 9:25 AM To: [email protected] Subject: [iText-questions] low-

[iText-questions] low-level timestamping process

2011-05-04 Thread Aleš Kancilija
Hi, Im writing an app for signing and timestamping PDFs using iText and Java. Because we (in Slovenia) have different approach for getting timestamp from our TSA (via web service, using certificate and password) I cannot use those methods from iText. I have a Perl script for the web service part.