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
/
hash
hash
fun
hash
(
payload
:
String
)
:
String
(
source
)
fun
hash
(
payload
:
ByteArray
)
:
String
(
source
)
Deprecated
Use Sha256.hash
Replace with
import org.http4k.security.Sha256
Content copied to clipboard
Sha256.hash(payload)
Content copied to clipboard