mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
ec6a81da5f
commit
ebbaa2f100
|
@ -4831,6 +4831,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
KeyStore ks = KeyStore.getInstance("AndroidCAStore");
|
||||
ks.load(null, null);
|
||||
|
||||
// https://docs.oracle.com/javase/7/docs/technotes/guides/security/certpath/CertPathProgGuide.html
|
||||
X509CertSelector target = new X509CertSelector();
|
||||
target.setCertificate(cert);
|
||||
|
||||
|
|
Loading…
Reference in New Issue