check for key status in legacy API key lists
This commit is contained in:
committed by
Vincent Breitmoser
parent
8a33fa8540
commit
035a62e920
@@ -66,6 +66,10 @@ public abstract class SubKey implements KeysModel {
|
||||
return has_encrypt_key_int() != 0;
|
||||
}
|
||||
|
||||
public boolean has_sign_key() {
|
||||
return has_sign_key_int() != 0;
|
||||
}
|
||||
|
||||
public String uidSearchString() {
|
||||
if (cachedUidSearchString == null) {
|
||||
cachedUidSearchString = user_id_list();
|
||||
|
||||
Reference in New Issue
Block a user