Searched defs:clientAuth (Results 1 – 3 of 3) sorted by relevance
466 private int clientAuth; field in SSLSessionTest.TestServer472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
393 private int clientAuth; field in HandshakeCompletedEventTest.TestServer397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
381 public static SSLSocketFactory clientAuth(final SSLSocketFactory sf, in clientAuth() method in TestSSLContext