mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Simple create key
This commit is contained in:
parent
57f5a788fd
commit
77d04a915b
@ -148,7 +148,6 @@ public class CreateKeyActivity extends ActionBarActivity {
|
||||
parcel.mAddSubKeys.add(new SaveKeyringParcel.SubkeyAdd(Constants.choice.algorithm.rsa, 4096, KeyFlags.ENCRYPT_COMMS | KeyFlags.ENCRYPT_STORAGE, null));
|
||||
String userId = nameEdit.getText().toString() + " <" + emailEdit.getText().toString() + ">";
|
||||
parcel.mAddUserIds.add(userId);
|
||||
parcel.
|
||||
parcel.mNewPassphrase = passphraseEdit.getText().toString();
|
||||
|
||||
// get selected key entries
|
||||
|
Loading…
Reference in New Issue
Block a user