Re: CryptoBox and ETSI PAdES Plugtest

2015-04-23 Thread John Hewson
On 16 Apr 2015, at 01:52, Maruan Sahyoun sahy...@fileaffairs.de wrote: Hi, Am 16.04.2015 um 01:03 schrieb Thomas Chojecki i...@rayman2200.de: Hello, I've startet creating a crypto engine for pdfbox. The aim is to provide a highlevel api for signing and verifying pdf documents.

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-23 Thread Maruan Sahyoun
Am 23.04.2015 um 10:51 schrieb John Hewson j...@jahewson.com: On 16 Apr 2015, at 01:52, Maruan Sahyoun sahy...@fileaffairs.de wrote: Hi, Am 16.04.2015 um 01:03 schrieb Thomas Chojecki i...@rayman2200.de: Hello, I've startet creating a crypto engine for pdfbox. The aim is to

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-17 Thread Thomas Chojecki
Hello all, I got the first PAdES BES signature done :-) There is still lot of work to do, but it slowly picks up speed. Can't wait for the weekend. I forgot to say, that for signatures with long term support, some OCSP / CRL and Timestamp stuff need to be done. Maybe I can find some

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-17 Thread Isaias Barroso
Hi Thomas, For Timestamp you don't need to write a server, just use a online server, for example http://services.globaltrustfinder.com/adss/tsa I have used it with TSA Signature example os PDFBoxb 2.0 Codebase. Works fine, threre many others available, just search for RFC 3161 online server.

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-16 Thread Maruan Sahyoun
Hi, Am 16.04.2015 um 01:03 schrieb Thomas Chojecki i...@rayman2200.de: Hello, I've startet creating a crypto engine for pdfbox. The aim is to provide a highlevel api for signing and verifying pdf documents. great - this is a very important use case for PDFBox. The engine is called

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-16 Thread Thomas Chojecki
Zitat von Maruan Sahyoun sahy...@fileaffairs.de: Hi, Hi Maruan, From 4 to 29 May 2015 ETSI is making a PAdES PlugTest [4], I'm already a participant and will try to test the cryptobox. So I first try to go through the specification and later port stuff like visual signatures. Maybe we

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-16 Thread Maruan Sahyoun
Hi, Am 16.04.2015 um 12:59 schrieb Thomas Chojecki i...@rayman2200.de: Zitat von Maruan Sahyoun sahy...@fileaffairs.de: Hi, Hi Maruan, From 4 to 29 May 2015 ETSI is making a PAdES PlugTest [4], I'm already a participant and will try to test the cryptobox. So I first try to go

CryptoBox and ETSI PAdES Plugtest

2015-04-15 Thread Thomas Chojecki
Hello, I've startet creating a crypto engine for pdfbox. The aim is to provide a highlevel api for signing and verifying pdf documents. The engine is called cryptobox and is splited into a 1.8.x and main branch. After the basic functions are ready in the 1.8.x, I will do a pdfbox 2.0.x port and