added revocation and creation/expire time info to key table, use both for public and secret key selection

This commit is contained in:
Thialfihar
2010-05-27 20:09:26 +00:00
parent edd9a22882
commit 570b7a6d8e
9 changed files with 79 additions and 127 deletions

View File

@@ -233,7 +233,7 @@ public class KeyEditor extends LinearLayout implements Editor, OnClickListener {
}
public GregorianCalendar getExpiryDate() {
return mExpiryDate;
return mExpiryDate;
}
public int getUsage() {