Home
last modified time | relevance | path

Searched refs:SSL_CONTEXT_PROTOCOLS (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLContextTest.java90 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_setDefault()
106 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_defaultConfiguration()
165 for (String tlsVersion : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_correctProtocolVersionsEnabled()
230 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getInstance()
247 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getInstance()
265 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getProtocol()
311 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_withNullManagerArrays()
342 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_withEmptyManagerArrays()
376 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_init_withoutX509()
463 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in test_SSLContext_getSocketFactory()
[all …]
DSSLSocketTest.java1910 for (String sslContextProtocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { in getSSLSocketFactoriesToTest()
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java589 public static final Set<String> SSL_CONTEXT_PROTOCOLS = new HashSet<String>( field in StandardNames