korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-crypto
/
korlibs.crypto
/
HMAC
/
Companion
Companion
object
Companion
Members
Functions
hmac
MD5
Link copied to clipboard
fun
hmacMD5
(
key
:
ByteArray
,
data
:
ByteArray
)
:
Hash
hmac
SHA1
Link copied to clipboard
fun
hmacSHA1
(
key
:
ByteArray
,
data
:
ByteArray
)
:
Hash
hmac
SHA256
Link copied to clipboard
fun
hmacSHA256
(
key
:
ByteArray
,
data
:
ByteArray
)
:
Hash
hmac
SHA512
Link copied to clipboard
fun
hmacSHA512
(
key
:
ByteArray
,
data
:
ByteArray
)
:
Hash