Migrate from SpongyCastle back to BouncyCastle.

Google moved their broken BouncyCastle out of the way with Android 3.0
(see 0ac85ead96%5E%21/).
This commit is contained in:
Andreas Schildbach
2017-08-22 16:35:50 +02:00
parent 5c768c6ae5
commit ad262de961
46 changed files with 79 additions and 79 deletions

View File

@@ -87,7 +87,7 @@ import org.bitcoinj.wallet.listeners.WalletCoinsSentEventListener;
import org.bitcoinj.wallet.listeners.WalletReorganizeEventListener;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
import org.bouncycastle.crypto.params.KeyParameter;
import javax.annotation.Nullable;
import java.io.*;