KeyExchangeSessionKeyPair

data class KeyExchangeSessionKeyPair(val receiveKey: UByteArray, val sendKey: UByteArray)

Constructors

Link copied to clipboard
constructor(receiveKey: UByteArray, sendKey: UByteArray)

Properties

Link copied to clipboard
Link copied to clipboard