Home
last modified time | relevance | path

Searched defs:sslContext (Results 1 – 7 of 7) sorted by relevance

/libcore/support/src/test/java/libcore/javax/net/ssl/
DSSLConfigurationAsserts.java48 public static void assertSSLContextDefaultConfiguration(SSLContext sslContext) in assertSSLContextDefaultConfiguration()
68 assertSSLSocketFactoryConfigSameAsSSLContext(sslContext.getSocketFactory(), sslContext); in assertSSLContextDefaultConfiguration() local
70 sslContext); in assertSSLContextDefaultConfiguration() local
93 SSLSocketFactory sslSocketFactory, SSLContext sslContext) throws IOException { in assertSSLSocketFactoryConfigSameAsSSLContext()
119 SSLContext sslContext) { in assertSSLSocketConfigSameAsSSLContext()
149 SSLServerSocketFactory sslServerSocketFactory, SSLContext sslContext) throws IOException { in assertSSLServerSocketFactoryConfigSameAsSSLContext()
178 SSLContext sslContext) { in assertSSLServerSocketConfigSameAsSSLContext()
208 SSLContext sslContext) { in assertSSLEngineConfigSameAsSSLContext()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLContext1Test.java104 SSLContext sslContext = new MySslContext(spi, defaultProvider, in test_ConstructorLjavax_net_ssl_SSLContextSpiLjava_security_ProviderLjava_lang_String() local
146 SSLContext sslContext = new MySslContext(spi, defaultProvider, in test_createSSLEngine() local
161 SSLContext sslContext = new MySslContext(spi, defaultProvider, in test_createSSLEngineLjava_lang_StringI() local
200 SSLContext sslContext; in test_getInstanceLjava_lang_String01() local
316 SSLContext sslContext; in test_getInstanceLjava_lang_StringLjava_lang_String04() local
381 SSLContext sslContext; in test_getInstanceLjava_lang_StringLjava_security_Provider03() local
400 SSLContext sslContext = new MySslContext(spi, defaultProvider, in test_getProtocol() local
427 SSLContext sslContext = new MySslContext(spi, defaultProvider, in test_getProvider() local
555 SSLContext sslContext = new MySslContext(spi, defaultProvider, in test_init$Ljavax_net_ssl_KeyManager$Ljavax_net_ssl_TrustManagerLjava_security_SecureRandom() local
DSSLSocketTest.java209 SSLContext sslContext = SSLContext.getInstance("TLS"); in test_creationStressTest() local
539 SSLContext sslContext = SSLContext.getInstance("TLS"); in run() local
DHandshakeCompletedEventTest.java407 SSLContext sslContext = SSLContext.getInstance("TLS"); in TestServer() local
490 SSLContext sslContext = SSLContext.getInstance("TLS"); in run() local
DSSLServerSocketTest.java418 SSLContext sslContext = SSLContext.getInstance("TLS"); in test_creationStressTest() local
DSSLSessionTest.java504 SSLContext sslContext = SSLContext.getInstance("TLS"); in TestServer() local
/libcore/benchmarks/src/benchmarks/regression/
DSSLSocketBenchmark.java76 SSLContext sslContext = SSLContext.getInstance("SSL"); in setUp() local