Skip to main content

KeyManager.keyManagerSign() method

Generates a signature according to the algorithm specified.

Signature:

keyManagerSign(args: IKeyManagerSignArgs): Promise<string>;

Parameters

Parameter

Type

Description

args

IKeyManagerSignArgs

The input to the signing method, including data to be signed, key reference and algorithm to use.

**Returns:**

Promise<string>