Searched refs:clientAuth (Results 1 – 3 of 3) sorted by relevance
393 private int clientAuth; field in HandshakeCompletedEventTest.TestServer397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() argument399 this.clientAuth = clientAuth; in TestServer()412 if (clientAuth == CLIENT_AUTH_WANTED) { in TestServer()414 } else if (clientAuth == CLIENT_AUTH_NEEDED) { in TestServer()
466 private int clientAuth; field in SSLSessionTest.TestServer472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() argument474 this.clientAuth = clientAuth; in TestServer()488 if (clientAuth == CLIENT_AUTH_WANTED) { in TestServer()490 } else if (clientAuth == CLIENT_AUTH_NEEDED) { in TestServer()
381 public static SSLSocketFactory clientAuth(final SSLSocketFactory sf, in clientAuth() method in TestSSLContext