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