Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/transport/KexState.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 | 51d5f434ef6b |
comparison
equal
deleted
inserted
replaced
277:e0da43026046 | 278:d7e088fa2123 |
---|---|
8 import ch.ethz.ssh2.crypto.dh.DhExchange; | 8 import ch.ethz.ssh2.crypto.dh.DhExchange; |
9 import ch.ethz.ssh2.crypto.dh.DhGroupExchange; | 9 import ch.ethz.ssh2.crypto.dh.DhGroupExchange; |
10 import java.math.BigInteger; | 10 import java.math.BigInteger; |
11 import ch.ethz.ssh2.packets.PacketKexInit; | 11 import ch.ethz.ssh2.packets.PacketKexInit; |
12 import ch.ethz.ssh2.signature.DSAPrivateKey; | 12 import ch.ethz.ssh2.signature.DSAPrivateKey; |
13 import ch.ethz.ssh2.signature.RSAPrivateKey; | 13 import java.security.interfaces.RSAPrivateKey; |
14 | 14 |
15 /** | 15 /** |
16 * KexState. | 16 * KexState. |
17 * | 17 * |
18 * @author Christian Plattner | 18 * @author Christian Plattner |