Create bencode-able map info for outgoing session syn.parampeer with sessionreturnsyn info
Decode the given (possibly encrypted) session data into clean form.parampeer with sessionparamencoded_data to decodereturndecoded form of datathrowsSessionAuthenticatorException on decode error / failure
Encode the given clean session data into (possibly encrypted) encoded form.parampeer with sessionparamdecoded_data to encodereturnencoded form of datathrowsSessionAuthenticatorException on encode error / failure
Decode and verify the given (bencoded) map of outgoing session ACK information.parampeer with sessionparamack_info incoming session ack infothrowsSessionAuthenticatorException on verify error / failure
Decode and verify the given (bencoded) map of incoming session SYN information, and create the session ACK reply.parampeer with sessionparamsyn_info incoming session syn inforeturnbencode-able map info for session ack replythrowsSessionAuthenticatorException on verify error / failure