- 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:
Mark Johnson
2011-02-04 22:10:16 +00:00
parent e93459bdb9
commit 92c5163707
3 changed files with 24 additions and 2 deletions
@@ -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.
*/