Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Merges the Cades based signatures into single signed content.

string $Crypto.MergeSignatures(signatures: Array<string>, content: string)

Arguments

Array<string> signatures
Array of signatures in base64 encoded strings
string content
Base64 encoded content of signature. If not specified, resulting signature will be detached.

Returns

Merged signature file in base64 encoded string