ElGamal support added, fix of some minor GUI bugs, added a bunch of safe primes for ElGamal key creation
This commit is contained in:
@@ -72,7 +72,10 @@ public class EditKeyActivity extends BaseActivity implements OnClickListener {
|
||||
if (intent.getExtras() != null) {
|
||||
keyId = intent.getExtras().getLong("keyId");
|
||||
}
|
||||
if (keyId != 0) {
|
||||
|
||||
if (keyId == 0) {
|
||||
Apg.setPassPhrase(null);
|
||||
} else {
|
||||
PGPSecretKey masterKey = null;
|
||||
mKeyRing = Apg.getSecretKeyRing(keyId);
|
||||
if (mKeyRing != null) {
|
||||
|
||||
Reference in New Issue
Block a user