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

Method checkServerTrusted

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

Source from the content-addressed store, hash-verified

300 public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException {}
301
302 public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException {}
303
304 public X509Certificate[] getAcceptedIssuers() {
305 return new X509Certificate[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected