class SessionKeyPair
(source)
A KeyExchange session key pair.
<init> |
Create a SessionKeyPair(rxKey: SessionKey!, txKey: SessionKey!) |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
rx |
Provides the session key that will be used to receive data. fun rx(): SessionKey! |
tx |
Provides the session key that will be used to send data. fun tx(): SessionKey! |