comparison src/ch/ethz/ssh2/signature/RSASHA1Verify.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 486df527ddc5
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;
12 import java.security.interfaces.RSAPublicKey; 12 import java.security.interfaces.RSAPublicKey;
13 import java.security.spec.InvalidKeySpecException; 13 import java.security.spec.InvalidKeySpecException;
14 import java.security.spec.KeySpec; 14 import java.security.spec.KeySpec;
15 import java.security.spec.RSAPublicKeySpec; 15 import java.security.spec.RSAPublicKeySpec;
16 16
17 import com.trilead.ssh2.log.Logger; 17 import ch.ethz.ssh2.log.Logger;
18 import com.trilead.ssh2.packets.TypesReader; 18 import ch.ethz.ssh2.packets.TypesReader;
19 import com.trilead.ssh2.packets.TypesWriter; 19 import ch.ethz.ssh2.packets.TypesWriter;
20 20
21 21
22 /** 22 /**
23 * RSASHA1Verify. 23 * RSASHA1Verify.
24 * 24 *