Home
last modified time | relevance | path

Searched defs:clientContext (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java341 SSLContext clientContext = SSLContext.getInstance("TLS"); in makeHttpsRequest() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1373 SSLContext clientContext = serverContext; in assertUsableForTLSPeerAuthentication() local
1412 SSLContext clientContext, SSLContext serverContext, String[] enabledCipherSuites, in assertSSLConnectionWithClientAuth()