trixnity-crypto-core
4.0.0-beta1
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