comparison src/ch/ethz/ssh2/crypto/dh/GenericDhExchange.java @ 316:6b424bb783a2 ganymed

add ecdsa key support everywhere
author Carl Byington <carl@five-ten-sg.com>
date Wed, 30 Jul 2014 16:39:13 -0700
parents eeb7ae13833b
children 6740870cf268
comparison
equal deleted inserted replaced
315:eeb7ae13833b 316:6b424bb783a2
41 * @throws IllegalStateException 41 * @throws IllegalStateException
42 */ 42 */
43 public abstract byte[] getE(); 43 public abstract byte[] getE();
44 44
45 public void setE(BigInteger e) throws IOException { 45 public void setE(BigInteger e) throws IOException {
46 throw IOException; 46 throw new 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)
51 * @throws IllegalStateException 51 * @throws IllegalStateException