(X509Certificate[] chain, String authType)
| 41 | } |
| 42 | |
| 43 | @Override |
| 44 | public void checkServerTrusted(X509Certificate[] chain, String authType) { |
| 45 | } |
| 46 | |
| 47 | @Override |
| 48 | public X509Certificate[] getAcceptedIssuers() { |
nothing calls this directly
no outgoing calls
no test coverage detected