diff src/ch/ethz/ssh2/ServerConnection.java @ 281:b4ca341c318d ganymed

start conversion from trilead to ganymed
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Jul 2014 17:07:38 -0700
parents d7e088fa2123
children db9b028016de
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/ServerConnection.java	Fri Jul 18 17:00:35 2014 -0700
+++ b/src/ch/ethz/ssh2/ServerConnection.java	Fri Jul 18 17:07:38 2014 -0700
@@ -14,7 +14,10 @@
 import ch.ethz.ssh2.crypto.CryptoWishList;
 import ch.ethz.ssh2.crypto.PEMDecoder;
 import ch.ethz.ssh2.server.ServerConnectionState;
-import ch.ethz.ssh2.signature.DSAPrivateKey;
+import java.security.KeyPair;
+import java.security.PrivateKey;
+import java.security.interfaces.DSAPrivateKey;
+import java.security.interfaces.ECPrivateKey;
 import java.security.interfaces.RSAPrivateKey;
 import ch.ethz.ssh2.transport.ServerTransportManager;