• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Handle unsupported digest algorithm in Adobe Reader plugin

New Here ,
Sep 16, 2018 Sep 16, 2018

Copy link to clipboard

Copied

Hi there.

I was creating a plugin for signature validating. The problem is that signature uses third party digest algorithm  "GOST34311". I think Adobe simply does not recognize such algorithm. I tried to catch the exception in this function:

void DSEngine::sigValidate( PSSigValidateParams params );

but it doesn't even get there, exception is thrown before.

So, how can I get algorithm name and handle any custom digest algorithm? Please, give some approach.

Thanks in advance!

TOPICS
Acrobat SDK and JavaScript

Views

339

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 17, 2018 Sep 17, 2018

Copy link to clipboard

Copied

LATEST

Custom digest algorithms aren’t supported by either PDF or Acrobat – such a file would not be valid.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines