Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java466 private int clientAuth; field in SSLSessionTest.TestServer
472 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { in TestServer()
DHandshakeCompletedEventTest.java393 private int clientAuth; field in HandshakeCompletedEventTest.TestServer
397 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception { 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