tuweni / org.apache.tuweni.crypto.sodium / KeyExchange / SessionKeyPair / <init>
<init>
SessionKeyPair(rxKey: SessionKey!, txKey: SessionKey!)
Create a KeyPair
from pair of keys.
Parameters
rxKey
- SessionKey!: The bytes for the secret key.
txKey
- SessionKey!: The bytes for the public key.