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

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

Completed in 39 milliseconds