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