mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 16:55:05 -05:00
Implemented issues #56
This commit is contained in:
parent
3f97e30fa0
commit
eaeb10c1e8
@ -132,7 +132,8 @@ public class PgpMain {
|
||||
}
|
||||
|
||||
// Not BC due to the use of Spongy Castle for Android
|
||||
public static final String BOUNCY_CASTLE_PROVIDER_NAME = "SC";
|
||||
public static final String SC = BouncyCastleProvider.PROVIDER_NAME;
|
||||
public static final String BOUNCY_CASTLE_PROVIDER_NAME = SC;
|
||||
|
||||
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS = new int[] {
|
||||
SymmetricKeyAlgorithmTags.AES_256, SymmetricKeyAlgorithmTags.AES_192,
|
||||
|
Loading…
Reference in New Issue
Block a user