首页
Node.js核心模块手册
参数说明
createHmac(algorithm, key)
algorithm 字符串 指定散列算法 key 字符串 指定PEM格式的密钥 返回值:hmac算法对象
hmac算法对象
方法
描述
update()
创建摘要
digest()
输出摘要
hmac算法对象