Unused imports
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6489 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -24,8 +24,6 @@ package com.threerings.presents.net;
|
|||||||
import java.security.PrivateKey;
|
import java.security.PrivateKey;
|
||||||
import java.security.PublicKey;
|
import java.security.PublicKey;
|
||||||
|
|
||||||
import javax.crypto.Cipher;
|
|
||||||
|
|
||||||
import com.threerings.presents.util.SecureUtil;
|
import com.threerings.presents.util.SecureUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -22,9 +22,6 @@
|
|||||||
package com.threerings.presents.net;
|
package com.threerings.presents.net;
|
||||||
|
|
||||||
import java.security.PrivateKey;
|
import java.security.PrivateKey;
|
||||||
import java.security.PublicKey;
|
|
||||||
|
|
||||||
import javax.crypto.Cipher;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to create a secure channel to the server.
|
* Used to create a secure channel to the server.
|
||||||
|
|||||||
@@ -21,14 +21,10 @@
|
|||||||
|
|
||||||
package com.threerings.presents.server.net;
|
package com.threerings.presents.server.net;
|
||||||
|
|
||||||
|
import static com.threerings.presents.Log.log;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.security.PrivateKey;
|
import java.security.PrivateKey;
|
||||||
import java.security.SecureRandom;
|
|
||||||
|
|
||||||
import com.samskivert.util.ObjectUtil;
|
|
||||||
import com.samskivert.util.StringUtil;
|
|
||||||
|
|
||||||
import com.threerings.util.Name;
|
|
||||||
|
|
||||||
import com.threerings.presents.data.AuthCodes;
|
import com.threerings.presents.data.AuthCodes;
|
||||||
import com.threerings.presents.net.AESAuthRequest;
|
import com.threerings.presents.net.AESAuthRequest;
|
||||||
@@ -39,8 +35,7 @@ import com.threerings.presents.net.Message;
|
|||||||
import com.threerings.presents.net.PublicKeyCredentials;
|
import com.threerings.presents.net.PublicKeyCredentials;
|
||||||
import com.threerings.presents.net.SecureRequest;
|
import com.threerings.presents.net.SecureRequest;
|
||||||
import com.threerings.presents.net.SecureResponse;
|
import com.threerings.presents.net.SecureResponse;
|
||||||
|
import com.threerings.util.Name;
|
||||||
import static com.threerings.presents.Log.log;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The authing connection manages the client connection until authentication has completed (for
|
* The authing connection manages the client connection until authentication has completed (for
|
||||||
|
|||||||
Reference in New Issue
Block a user