Searched refs:enabledCipherSuites (Results 1 – 10 of 10) sorted by relevance
54 List<String> enabledCipherSuites = new ArrayList<String>(suites.length); in setEnabledCipherSuites() local57 enabledCipherSuites.add(suite); in setEnabledCipherSuites()61 enabledCipherSuites.toArray(new String[enabledCipherSuites.size()])); in setEnabledCipherSuites()
80 String[] enabledCipherSuites; field in SSLParametersImpl152 enabledCipherSuites = getDefaultCipherSuites( in SSLParametersImpl()174 this.enabledCipherSuites = (sslParams.enabledCipherSuites == null) in SSLParametersImpl()176 : sslParams.enabledCipherSuites.clone(); in SSLParametersImpl()255 NativeCrypto.SUPPORTED_TLS_1_3_CIPHER_SUITES, enabledCipherSuites); in getEnabledCipherSuites()257 return enabledCipherSuites.clone(); in getEnabledCipherSuites()267 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites( in setEnabledCipherSuites()
318 ssl, this, parameters.enabledCipherSuites, parameters.enabledProtocols); in initialize()459 for (String enabledCipherSuite : parameters.enabledCipherSuites) { in enablePSKKeyManagerIfRequested()
79 String[] enabledCipherSuites; field in SSLParametersImpl151 enabledCipherSuites = getDefaultCipherSuites( in SSLParametersImpl()175 this.enabledCipherSuites = in SSLParametersImpl()176 (sslParams.enabledCipherSuites == null) ? null : sslParams.enabledCipherSuites.clone(); in SSLParametersImpl()252 NativeCrypto.SUPPORTED_TLS_1_3_CIPHER_SUITES, enabledCipherSuites); in getEnabledCipherSuites()254 return enabledCipherSuites.clone(); in getEnabledCipherSuites()264 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites( in setEnabledCipherSuites()
317 ssl, this, parameters.enabledCipherSuites, parameters.enabledProtocols); in initialize()458 for (String enabledCipherSuite : parameters.enabledCipherSuites) { in enablePSKKeyManagerIfRequested()
203 String[] enabledCipherSuites = socket.getEnabledCipherSuites(); in isCompatible() local204 requiredCiphersEnabled = nonEmptyIntersection(cipherSuites, enabledCipherSuites); in isCompatible()
49 String[] enabledCipherSuites) throws IOException { in OpenSSLSocketImpl() argument
677 List<String> enabledCipherSuites; field in NativeCryptoTest.Hooks690 if (enabledCipherSuites == null) { in beforeHandshake()698 cipherSuites.addAll(enabledCipherSuites); in beforeHandshake()1343 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_normal()1346 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_normal()1382 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()1385 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_supported_by_server()1421 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()1424 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()2216 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-GCM-SHA256"); in test_SSL_cipher_names()[all …]
684 List<String> enabledCipherSuites; field in NativeCryptoTest.Hooks697 if (enabledCipherSuites == null) { in beforeHandshake()705 cipherSuites.addAll(enabledCipherSuites); in beforeHandshake()1352 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_normal()1355 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_normal()1391 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()1394 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_supported_by_server()1430 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-SHA"); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()1433 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites; in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()2225 cHooks.enabledCipherSuites = Collections.singletonList("ECDHE-RSA-AES128-GCM-SHA256"); in test_SSL_cipher_names()[all …]