A simple CLI software for checking attributes of Digital Signatures in PDF
- Support digital signatures with Filter Adobe.PPKLite and subfilter of:
- ETSI.CAdES.detached,
- adbe.pkcs7.detached,
- ETSI.RFC3161
- Using Java 8
Use mvn package to build the module into jar file
mvn clean package
You can find the detail explanation of this repository in this medium blog.
- This example used to check validity of a certificate through OCSP:
java -jar PDF-Tools.jar CheckSignature -p d:\test.pdf
For feedback and feature request, please raise issues in the issue section of the repository. Enjoy!!.