sign
The sign()
operation generates a digital signature of the provided data
, using the given
CryptoKey object.
Usage
sign(algorithm, key, data)
Parameters
Supported algorithms
Return Value
A Promise
that resolves with the signature as an ArrayBuffer
.