crypto.Hmac
Description
HMAC (Hash-based Message Authentication Code) calculation.
Constructor
new crypto.Hmac(algorithm, key)
Creates an instance of Hmac.
Methods
digest()
Retrieves the final HMAC value.
update(data)
Calculates HMAC.
HMAC (Hash-based Message Authentication Code) calculation.
new crypto.Hmac(algorithm, key)
Creates an instance of Hmac.
digest()
Retrieves the final HMAC value.
update(data)
Calculates HMAC.