Mercurial > 510Connectbot
diff src/ch/ethz/ssh2/transport/TransportManager.java @ 280:51d5f434ef6b ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 17:00:35 -0700 |
parents | d7e088fa2123 |
children | 4ec87de11e71 |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/transport/TransportManager.java Fri Jul 18 16:47:22 2014 -0700 +++ b/src/ch/ethz/ssh2/transport/TransportManager.java Fri Jul 18 17:00:35 2014 -0700 @@ -7,6 +7,11 @@ import java.io.IOException; import java.io.InterruptedIOException; +import java.security.KeyPair; +import java.security.PrivateKey; +import java.security.interfaces.DSAPrivateKey; +import java.security.interfaces.ECPrivateKey; +import java.security.interfaces.RSAPrivateKey; import java.net.Socket; import java.util.ArrayList; import java.util.List; @@ -23,8 +28,6 @@ import ch.ethz.ssh2.packets.PacketDisconnect; import ch.ethz.ssh2.packets.Packets; import ch.ethz.ssh2.packets.TypesReader; -import ch.ethz.ssh2.signature.DSAPrivateKey; -import java.security.interfaces.RSAPrivateKey; /** * Yes, the "standard" is a big mess. On one side, the say that arbitrary channel