Verify the signature of the data with the given key.
The key to verify the signature with, can be a string, Buffer, or KeyObject.
The data to be verified, can be a string or Buffer.
The signature of the data to be verified, must be a Buffer.
true if the signature is valid, false otherwise.
true
false
Verify the signature of the data with the given key.