class SessionKeyPair
(source)
A KeyExchange session key pair.
SessionKeyPair(rxKey: SessionKey, txKey: SessionKey)
Create a KeyPair from pair of keys. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun rx(): SessionKey |
|
fun tx(): SessionKey |