What functions should be verified by the sigValidate( ) function of the plugin?
Hello.
I have a pdf file that is digitally signed using a certificate and timestamp.
And I want to verify this document in plugin's sigValidate( ) function and display the valid, invalid, etc.
The DocSign sample programs appear to be comparing only digest hash values in the sigValidate function.
Is it sufficient to verify the digest hash value here?
Or do I need to verify other parts (such as certificate or timestamp verification)?
Thanks.
