comparison src/ch/ethz/ssh2/server/ServerConnectionState.java @ 278:d7e088fa2123 ganymed

start conversion from trilead to ganymed
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Jul 2014 16:45:43 -0700
parents 91a31873c42a
children b4ca341c318d
comparison
equal deleted inserted replaced
277:e0da43026046 278:d7e088fa2123
12 import ch.ethz.ssh2.ServerConnectionCallback; 12 import ch.ethz.ssh2.ServerConnectionCallback;
13 import ch.ethz.ssh2.auth.ServerAuthenticationManager; 13 import ch.ethz.ssh2.auth.ServerAuthenticationManager;
14 import ch.ethz.ssh2.channel.ChannelManager; 14 import ch.ethz.ssh2.channel.ChannelManager;
15 import ch.ethz.ssh2.crypto.CryptoWishList; 15 import ch.ethz.ssh2.crypto.CryptoWishList;
16 import ch.ethz.ssh2.signature.DSAPrivateKey; 16 import ch.ethz.ssh2.signature.DSAPrivateKey;
17 import ch.ethz.ssh2.signature.RSAPrivateKey; 17 import java.security.interfaces.RSAPrivateKey;
18 import ch.ethz.ssh2.transport.ClientServerHello; 18 import ch.ethz.ssh2.transport.ClientServerHello;
19 import ch.ethz.ssh2.transport.ServerTransportManager; 19 import ch.ethz.ssh2.transport.ServerTransportManager;
20 20
21 public class ServerConnectionState 21 public class ServerConnectionState
22 { 22 {