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 |
fun rx(): SessionKey! |
tx |
fun tx(): SessionKey! |