mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 16:55:05 -05:00
commit
28b3c20b15
@ -28,7 +28,7 @@ public class KeychainApplication extends Application {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
// Define Java Security Provider to be Bouncy Castle
|
// Define Java Security Provider to be Bouncy Castle
|
||||||
Security.addProvider(new BouncyCastleProvider());
|
Security.insertProviderAt(new BouncyCastleProvider(), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user