novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

java.lang.NoSuchMethodError: org.spongycastle.crypto.AsymmetricCipherKeyPair.getPrivate() #538

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When i create the object ECKey, like this:
ECKey key = new ECKey();

The error appear:
java.lang.NoSuchMethodError: 
org.spongycastle.crypto.AsymmetricCipherKeyPair.getPrivate()

Any idea? and thanks for the help.

Original issue reported on code.google.com by e...@rakhman.web.id on 15 Mar 2014 at 4:30

GoogleCodeExporter commented 9 years ago
That looks like an error in your environment. Read the using maven page and 
check that your app is finding all the dependencies of the library on your 
classpath properly.

Original comment by mh.in.en...@gmail.com on 17 Mar 2014 at 3:44