- Have the PublicKeyCredentials provide the secure version being used on the client, so when we
eventually change how the handshake works, we can maintain backwards compatability with the old clients git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6479 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -45,6 +45,9 @@ import static com.threerings.presents.Log.log;
|
||||
*/
|
||||
public class SecureUtil
|
||||
{
|
||||
/** The version of our security protocol (for backwards compatability with older clients). */
|
||||
public static final int VERSION = 1;
|
||||
|
||||
/**
|
||||
* Creates our AES cipher.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user