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