trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto
/
DerivedKeys
Derived
Keys
class
DerivedKeys
(
val
aesKey
:
ByteArray
,
val
hmacKey
:
ByteArray
)
Constructors
Properties
Constructors
Derived
Keys
Link copied to clipboard
fun
DerivedKeys
(
aesKey
:
ByteArray
,
hmacKey
:
ByteArray
)
Properties
aes
Key
Link copied to clipboard
val
aesKey
:
ByteArray
hmac
Key
Link copied to clipboard
val
hmacKey
:
ByteArray