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