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