Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/ServerConnection.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 |
---|---|
13 | 13 |
14 import ch.ethz.ssh2.crypto.CryptoWishList; | 14 import ch.ethz.ssh2.crypto.CryptoWishList; |
15 import ch.ethz.ssh2.crypto.PEMDecoder; | 15 import ch.ethz.ssh2.crypto.PEMDecoder; |
16 import ch.ethz.ssh2.server.ServerConnectionState; | 16 import ch.ethz.ssh2.server.ServerConnectionState; |
17 import ch.ethz.ssh2.signature.DSAPrivateKey; | 17 import ch.ethz.ssh2.signature.DSAPrivateKey; |
18 import ch.ethz.ssh2.signature.RSAPrivateKey; | 18 import java.security.interfaces.RSAPrivateKey; |
19 import ch.ethz.ssh2.transport.ServerTransportManager; | 19 import ch.ethz.ssh2.transport.ServerTransportManager; |
20 | 20 |
21 /** | 21 /** |
22 * A server-side SSH-2 connection. | 22 * A server-side SSH-2 connection. |
23 * | 23 * |