Home
last modified time | relevance | path

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

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLContextTest.java108 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_defaultConfiguration()
167 if (StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT.equals(tlsVersion)) { in test_SSLContext_init_correctProtocolVersionsEnabled()
283 SSLContext sslContext = SSLContext.getInstance(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT); in test_SSLContext_init_Default()
312 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_init_withNullManagerArrays()
343 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_init_withEmptyManagerArrays()
377 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_init_withoutX509()
464 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getSocketFactory()
476 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getSocketFactory()
488 if (protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getServerSocketFactory()
500 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) { in test_SSLContext_getServerSocketFactory()
[all …]
DSSLSocketTest.java1912 if (StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT.equals(sslContextProtocol)) { in getSSLSocketFactoriesToTest()
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java588 public static final String SSL_CONTEXT_PROTOCOLS_DEFAULT = "Default"; field in StandardNames
590 Arrays.asList(SSL_CONTEXT_PROTOCOLS_DEFAULT, "TLS", "TLSv1", "TLSv1.1", "TLSv1.2"));