Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/signature/ECDSASHA2Verify.java @ 279:e1c445af8e46 ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 16:47:22 -0700 |
parents | d7e088fa2123 |
children |
comparison
equal
deleted
inserted
replaced
278:d7e088fa2123 | 279:e1c445af8e46 |
---|---|
1 /** | 1 /** |
2 * | 2 * |
3 */ | 3 */ |
4 package com.trilead.ssh2.signature; | 4 package ch.ethz.ssh2.signature; |
5 | 5 |
6 import java.io.ByteArrayOutputStream; | 6 import java.io.ByteArrayOutputStream; |
7 import java.io.IOException; | 7 import java.io.IOException; |
8 import java.io.OutputStream; | 8 import java.io.OutputStream; |
9 import java.math.BigInteger; | 9 import java.math.BigInteger; |
22 import java.security.spec.InvalidKeySpecException; | 22 import java.security.spec.InvalidKeySpecException; |
23 import java.security.spec.KeySpec; | 23 import java.security.spec.KeySpec; |
24 import java.util.Map; | 24 import java.util.Map; |
25 import java.util.TreeMap; | 25 import java.util.TreeMap; |
26 | 26 |
27 import com.trilead.ssh2.log.Logger; | 27 import ch.ethz.ssh2.log.Logger; |
28 import com.trilead.ssh2.packets.TypesReader; | 28 import ch.ethz.ssh2.packets.TypesReader; |
29 import com.trilead.ssh2.packets.TypesWriter; | 29 import ch.ethz.ssh2.packets.TypesWriter; |
30 | 30 |
31 /** | 31 /** |
32 * @author Kenny Root | 32 * @author Kenny Root |
33 * | 33 * |
34 */ | 34 */ |