(X509Certificate[] chain, String authType)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected