Utilities
Toggle table of contents
1.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Utilities
Utilities
/
mtctx.utilities.crypto
/
HmacSha256
/
Result
/
Result
Result
constructor
(
tag
:
ByteArray
,
key
:
ByteArray
)
Parameters
tag
The generated HMAC tag as a
ByteArray
.
key
The key used for HMAC computation as a
ByteArray
.