toggle menu
multiplatform-crypto-libsodium-bindings
0.9.4-SNAPSHOT
common
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.keyexchange
/
KeyExchangeSessionKeyPair
Key
Exchange
Session
Key
Pair
data
class
KeyExchangeSessionKeyPair
(
val
receiveKey
:
UByteArray
,
val
sendKey
:
UByteArray
)
Members
Constructors
Key
Exchange
Session
Key
Pair
Link copied to clipboard
constructor
(
receiveKey
:
UByteArray
,
sendKey
:
UByteArray
)
Properties
receive
Key
Link copied to clipboard
val
receiveKey
:
UByteArray
send
Key
Link copied to clipboard
val
sendKey
:
UByteArray