Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature validation #30

Open
juan-morales opened this issue Dec 18, 2023 · 3 comments
Open

Signature validation #30

juan-morales opened this issue Dec 18, 2023 · 3 comments

Comments

@juan-morales
Copy link

how to validate a signed document against a certificate ?

@jmarxuach
Copy link
Owner

What do you mean ? checking if sign is done ? if yes, open the document with PDF reader and go to signatures.

@juan-morales
Copy link
Author

what I mean is ...

giving a certificate and also a pdf document ... can batchPDFSign validate if the PDF document was signed with the giving certificate?

Why ?

We have a system that generates signed PDFs documents.

We also have a VALIDATOR SITE ... where a user can upload a pdf document and then we can perform a series of validation on it and its content; one of those validations is checking if effectively was signed with our certificate or not

@jmarxuach
Copy link
Owner

That's a very good functionality ! Can be done.

  1. How many answers can be ? Yes | No ?
  2. How do you get the answer ? Are you going to use it as a shell execution the jar returns text. Or as a library ?
  3. Im thinking that could be another jar project. Just a PDFSignValidator. It would be more simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants