comparison src/ch/ethz/ssh2/signature/DSASHA1Verify.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 package com.trilead.ssh2.signature; 2 package ch.ethz.ssh2.signature;
3 3
4 import java.io.IOException; 4 import java.io.IOException;
5 import java.math.BigInteger; 5 import java.math.BigInteger;
6 import java.security.InvalidKeyException; 6 import java.security.InvalidKeyException;
7 import java.security.KeyFactory; 7 import java.security.KeyFactory;
14 import java.security.interfaces.DSAPublicKey; 14 import java.security.interfaces.DSAPublicKey;
15 import java.security.spec.DSAPublicKeySpec; 15 import java.security.spec.DSAPublicKeySpec;
16 import java.security.spec.InvalidKeySpecException; 16 import java.security.spec.InvalidKeySpecException;
17 import java.security.spec.KeySpec; 17 import java.security.spec.KeySpec;
18 18
19 import com.trilead.ssh2.log.Logger; 19 import ch.ethz.ssh2.log.Logger;
20 import com.trilead.ssh2.packets.TypesReader; 20 import ch.ethz.ssh2.packets.TypesReader;
21 import com.trilead.ssh2.packets.TypesWriter; 21 import ch.ethz.ssh2.packets.TypesWriter;
22 22
23 23
24 /** 24 /**
25 * DSASHA1Verify. 25 * DSASHA1Verify.
26 * 26 *