DEP0181:Hmac 构造函数
¥DEP0181: Hmac constructor
类型:仅文档
¥Type: Documentation-only
不推荐使用 Hmac() 或 new Hmac() 直接调用 Hmac 类,因为它是内部的,不适合公共使用。请使用 crypto.createHmac() 方法创建 Hmac 实例。
¥Calling Hmac class directly with Hmac() or new Hmac() is
deprecated due to being internals, not intended for public use.
Please use the crypto.createHmac() method to create Hmac instances.