Elias Vargas
Elias Vargas

Reputation: 1210

PAdES electronic signature in java

Well as the title says, I was asked to perform an application with electronic signature PAdES. Sign PDF documents with this, but they know how to interpret these signatures in java, if someone have worked with something like this to tell me how I can validate PAdES.

Thanks, Greetings!

Upvotes: 1

Views: 3473

Answers (1)

exoddus
exoddus

Reputation: 2340

A first aproach could be read the ETSI TS 102 778-1 document. http://www.etsi.org/deliver/etsi_ts/102700_102799/10277801/01.01.01_60/ts_10277801v010101p.pdf

Here it's described a general overview of the PAdES signature types.

Depending on what form you want to implement you should validate the signatures according to different restrictions and checks.

The java library you are looking for is iText > http://itextpdf.com/

Upvotes: 2

Related Questions