Remove leftovers from spongycastle
This commit is contained in:
@@ -69,9 +69,7 @@ public final class Constants {
|
||||
// used by QR Codes (Guardian Project, Monkeysphere compatiblity)
|
||||
public static final String FINGERPRINT_SCHEME = "openpgp4fpr";
|
||||
|
||||
// Not BC due to the use of Spongy Castle for Android
|
||||
public static final String SC = BouncyCastleProvider.PROVIDER_NAME;
|
||||
public static final String BOUNCY_CASTLE_PROVIDER_NAME = SC;
|
||||
public static final String BOUNCY_CASTLE_PROVIDER_NAME = BouncyCastleProvider.PROVIDER_NAME;
|
||||
|
||||
// prefix packagename for exported Intents
|
||||
// as described in http://developer.android.com/guide/components/intents-filters.html
|
||||
|
||||
@@ -57,7 +57,7 @@ public class KeychainApplication extends Application {
|
||||
super.onCreate();
|
||||
|
||||
/*
|
||||
* Sets Bouncy (Spongy) Castle as preferred security provider
|
||||
* Sets Bouncy Castle as preferred security provider
|
||||
*
|
||||
* insertProviderAt() position starts from 1
|
||||
*/
|
||||
|
||||
@@ -358,7 +358,7 @@ public class AddSubkeyDialogFragment extends DialogFragment {
|
||||
* <h3>DSA</h3>
|
||||
* <p>For DSA algorithm key length must be between 2048 and 3072. Also, it must me dividable by 64.</p>
|
||||
*
|
||||
* @return correct key length, according to SpongyCastle specification. Returns <code>-1</code>, if key length is
|
||||
* @return correct key length, according to BouncyCastle specification. Returns <code>-1</code>, if key length is
|
||||
* inappropriate.
|
||||
*/
|
||||
private int getProperKeyLength(Algorithm algorithm, int currentKeyLength) {
|
||||
|
||||
@@ -65,7 +65,7 @@ License: GPLv3+
|
||||
* [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip) (Material Design) (Apache License v2)
|
||||
* [SafeSlinger Exchange library](https://github.com/SafeSlingerProject/exchange-android) (MIT License)
|
||||
* [Snackbar](https://github.com/nispok/snackbar) (MIT License)
|
||||
* [SpongyCastle](https://rtyley.github.io/bouncycastle/) (MIT X11 License)
|
||||
* [BouncyCastle](https://github.com/open-keychain/bouncycastle) (MIT X11 License)
|
||||
* [StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) (Apache License v2)
|
||||
* [TokenAutoComplete](https://github.com/splitwise/TokenAutoComplete) (Apache License v2)
|
||||
* [ZXing](https://github.com/zxing/zxing) (Apache License v2)
|
||||
|
||||
Reference in New Issue
Block a user