Uses of Class
cloud.opencode.base.crypto.mac.HmacSha512
Packages that use HmacSha512
-
Uses of HmacSha512 in cloud.opencode.base.crypto.mac
Methods in cloud.opencode.base.crypto.mac that return HmacSha512Modifier and TypeMethodDescriptionstatic HmacSha512HmacSha512.of(byte[] key) Creates a new HMAC-SHA512 instance with the given key 使用给定密钥创建新的 HMAC-SHA512 实例static HmacSha512Creates a new HMAC-SHA512 instance with the given SecretKey 使用给定的 SecretKey 创建新的 HMAC-SHA512 实例