()
| 302 | public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException {} |
| 303 | |
| 304 | public X509Certificate[] getAcceptedIssuers() { |
| 305 | return new X509Certificate[0]; |
| 306 | } |
| 307 | } }, new SecureRandom()); |
| 308 | HttpsURLConnection.setDefaultSSLSocketFactory(context.getSocketFactory()); |
| 309 | } catch (Exception e) { |
nothing calls this directly
no outgoing calls
no test coverage detected