MCPcopy
hub / github.com/Fuzion24/JustTrustMe / getTrustManager

Method getTrustManager

app/src/main/java/just/trust/me/Main.java:632–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 }
631
632 private X509TrustManager getTrustManager() {
633 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
634 return new ImSureItsLegitExtendedTrustManager();
635 } else {
636 return new ImSureItsLegitTrustManager();
637 }
638 }
639
640 private class ImSureItsLegitHostnameVerifier implements HostnameVerifier {
641

Callers 3

afterHookedMethodMethod · 0.95
beforeHookedMethodMethod · 0.95
getEmptySSLFactoryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected