wokier / gwt-crypto

Automatically exported from code.google.com/p/gwt-crypto
8 stars 1 forks source link

problem with version #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i added the library gwt-crypto-2.3.0-20110518.123759-2.jar to my project.
2.i imported following into my code: 
import com.googlecode.gwt.crypto.bouncycastle.BlockCipher;
import com.googlecode.gwt.crypto.bouncycastle.modes.CBCBlockCipher;
import com.googlecode.gwt.crypto.bouncycastle.paddings.BlockCipherPadding;
3.added inherit in .gwt.xml
<inherits name='com.googlecode.gwt.crypto.Crypto'/>
4.when i run the project.i got error.
What is the expected output? What do you see instead?
0:00:13.781 [ERROR] Errors in 
'jar:file:/D:/privacy_enable/privacy-enabler-sp-gwt/lib/gwt-crypto-2.3.0-2011051
8.123759-2.jar!/com/googlecode/gwt/crypto/bouncycastle/params/RSAKeyParameters.j
ava'
00:00:13.781 [ERROR] Line 3: The import java.math cannot be resolved
00:00:13.781 [ERROR] Line 8: BigInteger cannot be resolved to a type

What version of the product are you using? On what operating system?
2.3.0-20110518.123759-2

Please provide any additional information below.
I can't use the jar file at all. 

Original issue reported on code.google.com by neobus...@gmail.com on 27 Jul 2011 at 2:18

Attachments:

GoogleCodeExporter commented 9 years ago
This specific jar package needs GWT 2.3 (or newer, it might work on 2.2 as well 
but I'm not sure in which version did Google add BigInteger support).
Please upgrade your GWT to newer version.

If you need to stick with older GWT, try to fetch the JAR from SVN maven repo 
(http://code.google.com/p/gwt-crypto/source/browse/#svn%2Ftrunk%2Frepo%2Fcom%2Fg
ooglecode%2Fgwt%2Fcrypto%2Fgwt-crypto) or use maven instructions are around 
here somewhere ;-)

Original comment by rame...@gmail.com on 30 Jul 2011 at 10:02