http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.security
/
HmacSha256
/
hmacSHA256
hmac
SHA256
fun
hmacSHA256
(
key
:
ByteArray
,
data
:
String
)
:
ByteArray
(
source
)
Deprecated
Use Sha256.hmac
Replace with
import org.http4k.security.Sha256
Content copied to clipboard
Sha256.hmac(key, data)
Content copied to clipboard