MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / getAcceptedIssuers

Method getAcceptedIssuers

Skay_Exp/src/tools/HttpUtils.java:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected