Skip to content

MergeSignatures

Merges CAdES-based signatures into a single signed content.

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

Parameters

Array signatures
    An array of signatures in Base64 encoded strings.

string content
    The Base64 encoded content of the signature. If not specified, the resulting signature will be detached.

Returns

The merged signature file in a Base64 encoded string.