Searched defs:ssl (Results 1 – 6 of 6) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLSocketTest.java | 53 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 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 …]
|
D | SSLContextSpiTest.java | 44 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
|
D | SSLServerSocketTest.java | 121 SSLServerSocket ssl = new mySSLServerSocket(); in testConstructor() local 130 SSLServerSocket ssl = new mySSLServerSocket(0); in testConstructor_I() local 151 mySSLServerSocket ssl = new mySSLServerSocket(0, 1); in testConstructor_II() local 178 mySSLServerSocket ssl = new mySSLServerSocket(0, 0, InetAddress.getLocalHost()); in testConstructor_IIInetAddress() local
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLSessions.java | 68 SSLSocket ssl = (SSLSocket) sf.createSocket(); in create() local
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSocketTest.java | 130 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local 252 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local 258 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local 268 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledCipherSuites() local 298 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local 304 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local 310 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledProtocols_storesCopy() local 320 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_setEnabledProtocols() local 359 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getSession() local 367 SSLSocket ssl = (SSLSocket) sf.createSocket(); in test_SSLSocket_getHandshakeSession() local [all …]
|
D | SSLSocketFactoryTest.java | 237 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
|