altered pdf file is still validated #140
Unanswered
rachmanmarjianto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to validate an altered PDF and the validation's result is still true. Then I checked your validation code.
This line gives the validation result --> isValidated : true
$finalContent['validated'] = !!count(array_intersect_key(array_flip(['OU', 'CN']), $finalContent));
I don't understand, what does the variable isValidated in ValidatedSignedPDF's object mean?
Beta Was this translation helpful? Give feedback.
All reactions