Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/crypto/dh/GenericDhExchange.java @ 314:d85bc45139f2 ganymed
add ecdsa key support everywhere
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2014 16:25:29 -0700 |
parents | 1d400fd78e4a |
children | eeb7ae13833b |
comparison
equal
deleted
inserted
replaced
313:1d400fd78e4a | 314:d85bc45139f2 |
---|---|
39 /** | 39 /** |
40 * @return Returns the e (public value) | 40 * @return Returns the e (public value) |
41 * @throws IllegalStateException | 41 * @throws IllegalStateException |
42 */ | 42 */ |
43 public abstract byte[] getE(); | 43 public abstract byte[] getE(); |
44 | |
45 public setE(BigInteger e) throws IOException { | |
46 throw IOException; | |
47 } | |
44 | 48 |
45 /** | 49 /** |
46 * @return Returns the server's e (public value) | 50 * @return Returns the server's e (public value) |
47 * @throws IllegalStateException | 51 * @throws IllegalStateException |
48 */ | 52 */ |