Lines Matching refs:authType

1355     public void checkClientTrusted(X509Certificate[] chain, String authType)
1357 tm.checkClientTrusted(chain, authType);
1361 public void checkServerTrusted(X509Certificate[] chain, String authType)
1363 tm.checkServerTrusted(chain, authType);
1372 public void checkClientTrusted(X509Certificate[] chain, String authType,
1374 tm.checkClientTrusted(chain, authType);
1375 checkAdditionalTrust(chain, authType, socket, true);
1379 public void checkServerTrusted(X509Certificate[] chain, String authType,
1381 tm.checkServerTrusted(chain, authType);
1382 checkAdditionalTrust(chain, authType, socket, false);
1386 public void checkClientTrusted(X509Certificate[] chain, String authType,
1388 tm.checkClientTrusted(chain, authType);
1389 checkAdditionalTrust(chain, authType, engine, true);
1393 public void checkServerTrusted(X509Certificate[] chain, String authType,
1395 tm.checkServerTrusted(chain, authType);
1396 checkAdditionalTrust(chain, authType, engine, false);
1399 private void checkAdditionalTrust(X509Certificate[] chain, String authType,
1444 private void checkAdditionalTrust(X509Certificate[] chain, String authType,
1541 public void checkClientTrusted(X509Certificate[] chain, String authType)
1555 public void checkServerTrusted(X509Certificate[] chain, String authType)
1571 public void checkClientTrusted(X509Certificate[] chain, String authType,
1578 public void checkServerTrusted(X509Certificate[] chain, String authType,
1585 public void checkClientTrusted(X509Certificate[] chain, String authType,
1592 public void checkServerTrusted(X509Certificate[] chain, String authType,