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

/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java634 private int clientAuth; field in class:SSLSocketTest.TestServer
638 public TestServer(int port, boolean provideKeys, int clientAuth) { argument
640 this.clientAuth = clientAuth;
660 if (clientAuth == CLIENT_AUTH_WANTED) {
662 } else if (clientAuth == CLIENT_AUTH_NEEDED) {

Completed in 21 milliseconds