Adding option to delete certificates.

This commit is contained in:
anonTree1417
2020-04-02 02:59:00 +02:00
parent ee0392e208
commit abdfe8d9d1
6 changed files with 97 additions and 9 deletions

View File

@@ -45,8 +45,8 @@ import javax.net.ssl.X509TrustManager;
public class MemorizingTrustManager implements X509TrustManager {
private final static int NOTIFICATION_ID = 100509;
private final static String KEYSTORE_NAME = "keystore";
private final static String KEYSTORE_KEY = "keystore";
public final static String KEYSTORE_NAME = "keystore";
public final static String KEYSTORE_KEY = "keystore";
private Context context;
private NotificationManager notificationManager;