mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-17 21:02:17 -05:00
Implement issue #55
This commit is contained in:
parent
3f97e30fa0
commit
8c18bf8129
@ -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