mirror of
https://github.com/Fuzion24/JustTrustMe.git
synced 2026-05-09 00:44:19 +08:00
add checkServerTrusted(X509Certificate[], String, String, String) method
This commit is contained in:
@@ -534,6 +534,11 @@ public class Main implements IXposedHookLoadPackage {
|
||||
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException {
|
||||
}
|
||||
|
||||
public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, String host) throws CertificateException {
|
||||
ArrayList<X509Certificate> list = new ArrayList<X509Certificate>();
|
||||
return list;
|
||||
}
|
||||
|
||||
@Override
|
||||
public X509Certificate[] getAcceptedIssuers() {
|
||||
return new X509Certificate[0];
|
||||
|
||||
Reference in New Issue
Block a user