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

@@ -27,7 +27,7 @@ import javafx.event.ActionEvent;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import org.spongycastle.crypto.params.KeyParameter;
import org.bouncycastle.crypto.params.KeyParameter;
import wallettemplate.controls.BitcoinAddressValidator;
import wallettemplate.utils.TextFieldValidator;
import wallettemplate.utils.WTUtils;

View File

@@ -32,7 +32,7 @@ import javafx.scene.layout.GridPane;
import javafx.scene.layout.HBox;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
import org.bouncycastle.crypto.params.KeyParameter;
import wallettemplate.utils.KeyDerivationTasks;
import java.time.Duration;

View File

@@ -24,7 +24,7 @@ import javafx.scene.layout.*;
import org.bitcoinj.crypto.*;
import org.bitcoinj.wallet.*;
import org.slf4j.*;
import org.spongycastle.crypto.params.*;
import org.bouncycastle.crypto.params.*;
import com.google.protobuf.ByteString;

View File

@@ -30,7 +30,7 @@ import javafx.scene.control.DatePicker;
import javafx.scene.control.TextArea;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
import org.bouncycastle.crypto.params.KeyParameter;
import wallettemplate.utils.TextFieldValidator;
import javax.annotation.Nullable;

View File

@@ -22,7 +22,7 @@ import javafx.beans.property.ReadOnlyDoubleProperty;
import javafx.concurrent.Task;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.spongycastle.crypto.params.KeyParameter;
import org.bouncycastle.crypto.params.KeyParameter;
import javax.annotation.*;
import java.time.Duration;