Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java322 SSLSocketFactory needsClientAuth = TestSSLContext.clientAuth(sf, in startWebServer() local
326 server.useHttps(needsClientAuth, false /* tunnelProxy */); in startWebServer()