https://github.com/rsatrio/pdf-signature-check
Simple Checking of PDF Digital Signature CLI
https://github.com/rsatrio/pdf-signature-check
Last synced: 5 months ago
JSON representation
Simple Checking of PDF Digital Signature CLI
- Host: GitHub
- URL: https://github.com/rsatrio/pdf-signature-check
- Owner: rsatrio
- License: mit
- Created: 2021-07-07T17:28:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T15:29:11.000Z (over 3 years ago)
- Last Synced: 2025-04-06T01:32:59.207Z (9 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check PDF Signature Attributes
A simple CLI software for checking attributes of Digital Signatures in PDF
## Features
- Support digital signatures with Filter Adobe.PPKLite and subfilter of:
1. ETSI.CAdES.detached,
2. adbe.pkcs7.detached,
3. ETSI.RFC3161
- Using Java 8
## Build
Use mvn package to build the module into jar file
```shell
mvn clean package
```
## Explanation
You can find the detail explanation of this repository in [this medium blog](https://medium.com/javarevisited/simple-digital-signature-validation-on-pdf-17a66c1bf8d2).
## Usage
- This example used to check validity of a certificate through OCSP:
```shell
java -jar PDF-Tools.jar CheckSignature -p d:\test.pdf
```
## Feedback
For feedback and feature request, please raise issues in the issue section of the repository. Enjoy!!.