Uses of Class
cloud.opencode.base.crypto.hash.HmacFunction
Packages that use HmacFunction
-
Uses of HmacFunction in cloud.opencode.base.crypto.hash
Methods in cloud.opencode.base.crypto.hash that return HmacFunctionModifier and TypeMethodDescriptionstatic HmacFunctionHmacFunction.hmacSha256(byte[] key) Create HMAC-SHA256 function 创建 HMAC-SHA256 函数static HmacFunctionHmacFunction.hmacSha384(byte[] key) Create HMAC-SHA384 function 创建 HMAC-SHA384 函数static HmacFunctionHmacFunction.hmacSha512(byte[] key) Create HMAC-SHA512 function 创建 HMAC-SHA512 函数static HmacFunctionCreate HMAC function with custom algorithm 创建指定算法的 HMAC 函数