comparison src/ch/ethz/ssh2/transport/ServerKexManager.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 d85bc45139f2
children 6740870cf268
comparison
equal deleted inserted replaced
315:eeb7ae13833b 316:6b424bb783a2
10 import java.security.interfaces.DSAPublicKey; 10 import java.security.interfaces.DSAPublicKey;
11 import java.security.interfaces.ECPrivateKey; 11 import java.security.interfaces.ECPrivateKey;
12 import java.security.interfaces.ECPublicKey; 12 import java.security.interfaces.ECPublicKey;
13 import java.security.interfaces.RSAPrivateKey; 13 import java.security.interfaces.RSAPrivateKey;
14 import java.security.interfaces.RSAPublicKey; 14 import java.security.interfaces.RSAPublicKey;
15 import java.math.BigInteger;
15 16
16 import ch.ethz.ssh2.ConnectionInfo; 17 import ch.ethz.ssh2.ConnectionInfo;
17 import ch.ethz.ssh2.PacketTypeException; 18 import ch.ethz.ssh2.PacketTypeException;
18 import ch.ethz.ssh2.auth.ServerAuthenticationManager; 19 import ch.ethz.ssh2.auth.ServerAuthenticationManager;
19 import ch.ethz.ssh2.crypto.cipher.BlockCipher; 20 import ch.ethz.ssh2.crypto.cipher.BlockCipher;