Package org.drasyl.crypto.sodium
Class SessionPair
java.lang.Object
org.drasyl.crypto.sodium.SessionPair
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ImmutableByteArray
getRx()
abstract ImmutableByteArray
getTx()
static SessionPair
of
(ImmutableByteArray rx, ImmutableByteArray tx)
-
Constructor Details
-
SessionPair
public SessionPair()
-
-
Method Details
-
of
-
getRx
-
getTx
-