Home
last modified time | relevance | path

Searched refs:clientAuth (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHandshakeCompletedEventTest.java393 private int clientAuth; field in HandshakeCompletedEventTest.TestServer
397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() argument
399 this.clientAuth = clientAuth; in TestServer()
412 if (clientAuth == CLIENT_AUTH_WANTED) { in TestServer()
414 } else if (clientAuth == CLIENT_AUTH_NEEDED) { in TestServer()
DSSLSessionTest.java466 private int clientAuth; field in SSLSessionTest.TestServer
472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer() argument
474 this.clientAuth = clientAuth; in TestServer()
488 if (clientAuth == CLIENT_AUTH_WANTED) { in TestServer()
490 } else if (clientAuth == CLIENT_AUTH_NEEDED) { in TestServer()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLContext.java381 public static SSLSocketFactory clientAuth(final SSLSocketFactory sf, in clientAuth() method in TestSSLContext