()
| 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 |
no outgoing calls
no test coverage detected