Searched defs:ssl (Results 1 – 4 of 4) sorted by relevance
55 SSLSocket ssl = getSSLSocket(); in testConstructor() local67 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport); in testConstructor_InetAddressI() local94 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost(), sport, in testConstructor_InetAddressIInetAddressI() local142 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport); in testConstructor_StringI() local176 SSLSocket ssl = getSSLSocket(InetAddress.getLocalHost().getHostName(), sport, in testConstructor_StringIInetAddressI() local229 SSLSocket ssl = getSSLSocket(); in test_addHandshakeCompletedListener() local244 SSLSocket ssl = getSSLSocket(); in test_removeHandshakeCompletedListener() local268 SSLSocket ssl = getSSLSocket(); in test_EnableSessionCreation() local282 SSLSocket ssl = getSSLSocket(); in test_NeedClientAuth() local295 SSLSocket ssl = getSSLSocket(); in test_WantClientAuth() local[all …]
53 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in constructor() local66 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in engineCreateSSLEngine_01() local86 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in engineCreateSSLEngine_02() local117 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in commonTest_01() local169 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in engineInit() local193 SSLContextSpiImpl ssl = new SSLContextSpiImpl(); in commonTest_02() local
124 SSLServerSocket ssl = new mySSLServerSocket(); in testConstructor() local133 SSLServerSocket ssl = new mySSLServerSocket(0); in testConstructor_I() local154 mySSLServerSocket ssl = new mySSLServerSocket(0, 1); in testConstructor_II() local181 mySSLServerSocket ssl = new mySSLServerSocket(0, 0, InetAddress.getLocalHost()); in testConstructor_IIInetAddress() local
68 SSLSocket ssl = (SSLSocket) sf.createSocket(); in create() local