Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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
  • No labels