Searched refs:SSL_CONTEXT_PROTOCOLS (Results 1 – 2 of 2) sorted by relevance
72 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_setDefault()87 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_defaultConfiguration()190 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getInstance()206 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getInstance()221 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getProtocol()260 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_withNullManagerArrays()292 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_withEmptyManagerArrays()328 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_withoutX509()416 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getSocketFactory()438 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getServerSocketFactory()[all …]
539 public static final Set<String> SSL_CONTEXT_PROTOCOLS = new HashSet<String>(Arrays.asList( field in StandardNames