Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSocketTest.java55 SSLSocket ssl = getSSLSocket(); in testConstructor() local
67 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport); in testConstructor_InetAddressI() local
94 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport, in testConstructor_InetAddressIInetAddressI() local
142 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport); in testConstructor_StringI() local
176 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport, in testConstructor_StringIInetAddressI() local
229 SSLSocket ssl = getSSLSocket(); in test_addHandshakeCompletedListener() local
244 SSLSocket ssl = getSSLSocket(); in test_removeHandshakeCompletedListener() local
268 SSLSocket ssl = getSSLSocket(); in test_EnableSessionCreation() local
282 SSLSocket ssl = getSSLSocket(); in test_NeedClientAuth() local
295 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.java124 SSLServerSocket ssl = new mySSLServerSocket(); in testConstructor() local
133 SSLServerSocket ssl = new mySSLServerSocket(0); in testConstructor_I() local
154 mySSLServerSocket ssl = new mySSLServerSocket(0, 1); in testConstructor_II() local
181 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