Home
last modified time | relevance | path

Searched refs:SSL_CONTEXT_PROTOCOLS_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLContextTest.java89 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_defaultConfiguration()
237 SSLContext sslContext = SSLContext.getInstance(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT); in test_SSLContext_init_Default()
261 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_init_withNullManagerArrays()
293 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_init_withEmptyManagerArrays()
329 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_init_withoutX509()
417 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getSocketFactory()
428 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getSocketFactory()
439 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getServerSocketFactory()
450 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getServerSocketFactory()
462 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_createSSLEngine()
[all …]
/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java538 public static final String SSL_CONTEXT_PROTOCOLS_DEFAULT = "Default"; field in StandardNames
540 SSL_CONTEXT_PROTOCOLS_DEFAULT,