comparison src/ch/ethz/ssh2/Connection.java @ 302:beaccc9df37b ganymed

add ecdsa key support everywhere
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Jul 2014 20:23:00 -0700
parents 9ae4ed7bb523
children d2b303406d63
comparison
equal deleted inserted replaced
301:ca5dd224a87b 302:beaccc9df37b
1014 * @throws IOException In case of any failure behind the scenes. 1014 * @throws IOException In case of any failure behind the scenes.
1015 */ 1015 */
1016 public synchronized void forceKeyExchange() throws IOException { 1016 public synchronized void forceKeyExchange() throws IOException {
1017 this.checkConnection(); 1017 this.checkConnection();
1018 1018
1019 tm.forceKeyExchange(cryptoWishList, dhgexpara, null, null); 1019 tm.forceKeyExchange(cryptoWishList, dhgexpara, null, null, null);
1020 } 1020 }
1021 1021
1022 /** 1022 /**
1023 * Returns the hostname that was passed to the constructor. 1023 * Returns the hostname that was passed to the constructor.
1024 * 1024 *