mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-28 03:22:19 -05:00
remove deleted keys
This commit is contained in:
parent
a39c73ca12
commit
fab74590eb
@ -378,6 +378,10 @@ public class PgpKeyOperation {
|
|||||||
do we need to remove and add in?
|
do we need to remove and add in?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
for (PGPSecretKey dKey : deleted_keys) {
|
||||||
|
mKR = PGPSecretKeyRing.removeSecretKey(mKR, dKey);
|
||||||
|
}
|
||||||
|
|
||||||
masterKey = mKR.getSecretKey();
|
masterKey = mKR.getSecretKey();
|
||||||
PGPPublicKey masterPublicKey = masterKey.getPublicKey();
|
PGPPublicKey masterPublicKey = masterKey.getPublicKey();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user