modifyKey: make SubkeyChange operations work

This commit is contained in:
Vincent Breitmoser
2014-07-11 15:20:16 +02:00
parent e7efd2c539
commit 7b195ac2e3
4 changed files with 64 additions and 27 deletions

View File

@@ -76,6 +76,7 @@ public class SaveKeyringParcel implements Parcelable {
public static class SubkeyChange implements Serializable {
public long mKeyId;
public Integer mFlags;
// this is a long unix timestamp, in seconds (NOT MILLISECONDS!)
public Long mExpiry;
public SubkeyChange(long keyId, Integer flags, Long expiry) {
mKeyId = keyId;