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

Method hasTrustManagerImpl

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

Source from the content-addressed store, hash-verified

329 /* Helpers */
330 // Check for TrustManagerImpl class
331 public boolean hasTrustManagerImpl() {
332
333 try {
334 Class.forName("com.android.org.conscrypt.TrustManagerImpl");
335 } catch (ClassNotFoundException e) {
336 return false;
337 }
338 return true;
339 }
340
341 public boolean hasDefaultHTTPClient() {
342 try {

Callers 2

afterHookedMethodMethod · 0.95
handleLoadPackageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected