Home
last modified time | relevance | path

Searched defs:ssl (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSocketTest.java53 SSLSocket ssl = getSSLSocket(); in testConstructor() local
65 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport); in testConstructor_InetAddressI() local
92 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport, in testConstructor_InetAddressIInetAddressI() local
140 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport); in testConstructor_StringI() local
174 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport, in testConstructor_StringIInetAddressI() local
227 SSLSocket ssl = getSSLSocket(); in test_addHandshakeCompletedListener() local
242 SSLSocket ssl = getSSLSocket(); in test_removeHandshakeCompletedListener() local
265 SSLSocket ssl = getSSLSocket(); in test_EnableSessionCreation() local
279 SSLSocket ssl = getSSLSocket(); in test_NeedClientAuth() local
292 SSLSocket ssl = getSSLSocket(); in test_WantClientAuth() local
[all …]
DSSLContextSpiTest.java44 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in test_Constructor() local
56 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in test_engineCreateSSLEngine_01() local
75 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in test_engineCreateSSLEngine_02() local
105 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in test_commonTest_01() local
156 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in test_engineInit() local
195 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in test_commonTest_02() local
DSSLServerSocketTest.java122 SSLServerSocket ssl = new mySSLServerSocket(); in testConstructor() local
131 SSLServerSocket ssl = new mySSLServerSocket(0); in testConstructor_I() local
152 mySSLServerSocket ssl = new mySSLServerSocket(0, 1); in testConstructor_II() local
179 mySSLServerSocket ssl = new mySSLServerSocket(0, 0, InetAddress.getLocalHost()); in testConstructor_IIInetAddress() local
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSessions.java68 SSLSocket ssl = (SSLSocket) sf.createSocket(); in create() local
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java102 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
224 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
230 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
240 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledCipherSuites() local
270 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
276 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
282 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
292 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledProtocols() local
331 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSession() local
339 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getHandshakeSession() local
[all …]
DSSLSocketFactoryTest.java233 Socket ssl = sf.createSocket(new Socket(), null, -1, false); in test_SSLSocketFactory_createSocket() local
244 Socket ssl = sf.createSocket(s, null, -1, false); in test_SSLSocketFactory_createSocket() local