Home
last modified time | relevance | path

Searched defs:provideKeys (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java468 private boolean provideKeys; field in SSLSessionTest.TestServer
472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
549 private boolean provideKeys; field in SSLSessionTest.TestClient
553 public TestClient(boolean provideKeys, String keys) { in TestClient()
DHandshakeCompletedEventTest.java395 private boolean provideKeys; field in HandshakeCompletedEventTest.TestServer
397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
474 private boolean provideKeys; field in HandshakeCompletedEventTest.TestClient
476 public TestClient(boolean provideKeys, String keys) { in TestClient()
DSSLSocketTest.java526 private boolean provideKeys; field in SSLSocketTest.TestServer
530 public TestServer(boolean provideKeys, String keys) { in TestServer()