|
|
@ -649,7 +649,7 @@ public class EmailService implements AutoCloseable {
|
|
|
|
KeyStore ks = KeyStore.getInstance("AndroidCAStore");
|
|
|
|
KeyStore ks = KeyStore.getInstance("AndroidCAStore");
|
|
|
|
ks.load(null, null);
|
|
|
|
ks.load(null, null);
|
|
|
|
|
|
|
|
|
|
|
|
KeyManagerFactory kmf = KeyManagerFactory.getInstance(TrustManagerFactory.getDefaultAlgorithm());
|
|
|
|
KeyManagerFactory kmf = KeyManagerFactory.getInstance(KeyManagerFactory.getDefaultAlgorithm());
|
|
|
|
kmf.init(ks, null);
|
|
|
|
kmf.init(ks, null);
|
|
|
|
km = kmf.getKeyManagers();
|
|
|
|
km = kmf.getKeyManagers();
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|