moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
This commit is contained in:
@@ -132,7 +132,6 @@ public class HkpKeyServer extends KeyServer {
|
||||
if (e.getCode() == 404) {
|
||||
return results;
|
||||
} else {
|
||||
System.out.println(e.getData());
|
||||
if (e.getData().toLowerCase().contains("no keys found")) {
|
||||
return results;
|
||||
} else if (e.getData().toLowerCase().contains("too many")) {
|
||||
|
||||
Reference in New Issue
Block a user