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.java53 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in constructor() local
66 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in engineCreateSSLEngine_01() local
86 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in engineCreateSSLEngine_02() local
117 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in commonTest_01() local
169 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in engineInit() local
193 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in 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