HMAC algorithm name ("hmacSHA{1,256,384,512}")
hexadecimal string of HMAC key
HMAC key object
This function generates CryptoKey object with specified HMAC algorithm and a hexadecimal string of HMAC key value.
getNewHMACKey
await getHMACKey("hmacSHA256", "3b6839...") -> CryptoKey object
get HMAC key object