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.java54 SSLSocket ssl = getSSLSocket(); in testConstructor() local
66 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport); in testConstructor_InetAddressI() local
93 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport, in testConstructor_InetAddressIInetAddressI() local
141 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport); in testConstructor_StringI() local
175 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport, in testConstructor_StringIInetAddressI() local
228 SSLSocket ssl = getSSLSocket(); in test_addHandshakeCompletedListener() local
243 SSLSocket ssl = getSSLSocket(); in test_removeHandshakeCompletedListener() local
266 SSLSocket ssl = getSSLSocket(); in test_EnableSessionCreation() local
280 SSLSocket ssl = getSSLSocket(); in test_NeedClientAuth() local
293 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/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java77 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
199 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
205 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
215 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledCipherSuites() local
245 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
251 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
257 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
267 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledProtocols() local
306 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSession() local
948 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSSLParameters() local
[all …]
DSSLSocketFactoryTest.java237 Socket ssl = sf.createSocket(new Socket(), null, -1, false); in test_SSLSocketFactory_createSocket() local
248 Socket ssl = sf.createSocket(s, null, -1, false); in test_SSLSocketFactory_createSocket() local
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSessions.java68 SSLSocket ssl = (SSLSocket) sf.createSocket(); in create() local