KeyManager.keyManagerSign() method
Generates a signature according to the algorithm specified.
Signature:
keyManagerSign(args: IKeyManagerSignArgs): Promise<string>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
The input to the signing method, including data to be signed, key reference and algorithm to use. |
Promise<string>