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

Method checkClientTrusted

Skay_Exp/src/tools/HttpUtils.java:300–300  ·  view source on GitHub ↗
(X509Certificate[] chain, String authType)

Source from the content-addressed store, hash-verified

298 context.init(null, new X509TrustManager[] { new X509TrustManager() {
299
300 public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException {}
301
302 public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException {}
303

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected