Been using iText to sign PDF files using self signed certificate.
Is there a way to take a PDF as input and verify whether it is signed using my self signed certificate ? (hence verify it was generated by me without any modification).
Since we can’t trust the signer name or other signature property i assume (hope) we can verify it against our “secret” certificate even tough it is self signed one.
Thanks in advance for any help.