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
Hmac
Sha256
object
HmacSha256
(
source
)
Members
Functions
hash
Link copied to clipboard
fun
hash
(
payload
:
ByteArray
)
:
String
fun
hash
(
payload
:
String
)
:
String
hmac
SHA256
Link copied to clipboard
fun
hmacSHA256
(
key
:
ByteArray
,
data
:
String
)
:
ByteArray