Mercurial > 510Connectbot
diff src/ch/ethz/ssh2/server/ServerConnectionState.java @ 286:4656869af8fe ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 19:26:29 -0700 |
parents | b4ca341c318d |
children | 071eccdff8ea |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/server/ServerConnectionState.java Fri Jul 18 18:33:40 2014 -0700 +++ b/src/ch/ethz/ssh2/server/ServerConnectionState.java Fri Jul 18 19:26:29 2014 -0700 @@ -35,9 +35,9 @@ /* Settings for the next key exchange */ public CryptoWishList next_cryptoWishList = CryptoWishList.forServer(); - public DSAPrivateKey next_dsa_key; - public ECPrivateKey next_ec_key; - public RSAPrivateKey next_rsa_key; + public KeyPair next_dsa_key; + public KeyPair next_ec_key; + public KeyPair next_rsa_key; public Socket s;