search

goog.crypt.Hmac

Provided By
Extends

No description available.

new Hmac( hasher, key, opt_blockSize )

Parameters
hashergoog.crypt.Hash

An object to serve as a hash function.

key(Array<number>|null)

The secret key to use to calculate the hmac. Should be an array of not more than blockSize integers in {0, 255}.

opt_blockSizenumber=

Optional. The block size hasher uses. If not specified, uses the block size from the hasher, or 16 if it is not specified.

Instance Methods

Instance Properties