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.

Best regards
 On Apr 17, 2015 4:15 AM, "Thomas Chojecki" <[email protected]> wrote:

> 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 suitable
> free server that I can use for testing. The worst case will be to write a
> dummy server for the timestamp responses. I decided to use the PAdES
> Baseline Profile [1] for the PAdES implementation which is based on [2]. So
> this should be the newest version of PAdES.
>
> The next step will be the verification. I have no idea what informations I
> should write in the verification report, neither how the report should look
> like. There is already a verification report specification called "OASIS
> Verification Report" [3], but I think this would be oversized.
>
> Best regards
> Thomas
>
> [1]
> http://www.etsi.org/deliver/etsi_ts/103100_103199/103172/02.01.01_60/ts_103172v020101p.pdf
> [2]
> http://www.etsi.org/deliver/etsi_ts/102700_102799/10277803/01.01.01_60/ts_10277803v010101p.pdf
> [3]
> http://docs.oasis-open.org/dss-x/profiles/verificationreport/oasis-dssx-1.0-profiles-vr-cd01.html
>
>
> Zitat von Maruan Sahyoun <[email protected]>:
>
>  Hi,
>>
> Hi Maruan,
>
>  Am 16.04.2015 um 01:03 schrieb Thomas Chojecki <[email protected]>:
>>>
>>>  I quickly scanned through the code - there are some features from Java
>> 1.7 such as Objects.requireNonNull in CoreHelper.copy. As PDFBox is
>> currently on 1.6 this might be an issue when bringing it over.
>>
>
> Thx for the hint. I fixed it. Can't understand why the code compiles and
> run through maven install.
>
> Nevertheless I found a missmatch in the parent pom. The compiler section
> in 1.8.10-SNAPSHOT states:
>
>       <plugin>
>         <artifactId>maven-compiler-plugin</artifactId>
>         <configuration>
>           <target>1.5</target>
>           <source>1.5</source>
>         </configuration>
>       </plugin>
>
> So the project compiles again Java 5. Did I miss something or did someone
> forget to switch it to 1.6?
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to