toggle menu
KAHelpers
androidJvm
switch theme
search in API
security
/
dev.funkymuse.security
/
EncryptionUtils
/
encryptHmacSHA1
encrypt
Hmac
SHA1
fun
encryptHmacSHA1
(
data
:
ByteArray
,
key
:
ByteArray
)
:
ByteArray
?
Return the bytes of HmacSHA1 encryption.
Return
the bytes of HmacSHA1 encryption
Parameters
data
The data.
key
The key.