Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/crypto/dh/GenericDhExchange.java @ 315:eeb7ae13833b ganymed
add ecdsa key support everywhere
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2014 16:36:13 -0700 |
parents | d85bc45139f2 |
children | 6b424bb783a2 |
comparison
equal
deleted
inserted
replaced
314:d85bc45139f2 | 315:eeb7ae13833b |
---|---|
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 | 44 |
45 public setE(BigInteger e) throws IOException { | 45 public void setE(BigInteger e) throws IOException { |
46 throw IOException; | 46 throw IOException; |
47 } | 47 } |
48 | 48 |
49 /** | 49 /** |
50 * @return Returns the server's e (public value) | 50 * @return Returns the server's e (public value) |