Uses of Class
cloud.opencode.base.hash.function.HmacHashFunction
Packages that use HmacHashFunction
-
Uses of HmacHashFunction in cloud.opencode.base.hash.function
Methods in cloud.opencode.base.hash.function that return HmacHashFunctionModifier and TypeMethodDescriptionstatic HmacHashFunctionHmacHashFunction.hmacMd5(byte[] key) Creates an HMAC-MD5 hash function 创建 HMAC-MD5 哈希函数static HmacHashFunctionHmacHashFunction.hmacSha1(byte[] key) Creates an HMAC-SHA1 hash function 创建 HMAC-SHA1 哈希函数static HmacHashFunctionHmacHashFunction.hmacSha256(byte[] key) Creates an HMAC-SHA256 hash function 创建 HMAC-SHA256 哈希函数static HmacHashFunctionHmacHashFunction.hmacSha384(byte[] key) Creates an HMAC-SHA384 hash function 创建 HMAC-SHA384 哈希函数static HmacHashFunctionHmacHashFunction.hmacSha512(byte[] key) Creates an HMAC-SHA512 hash function 创建 HMAC-SHA512 哈希函数