Skip to main content

KeyManager.keyManagerSign() method

Generates a signature according to the algorithm specified.

Signature:

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

Parameters

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

Returns:

Promise<string>