Home
last modified time | relevance | path

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

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptSocketTest.java226 class TestConnection { class in ConscryptSocketTest
236 TestConnection(X509Certificate[] chain, PrivateKey key) throws Exception { in TestConnection() method in ConscryptSocketTest.TestConnection
307 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey); in test_handshake()
316 TestConnection connection = in test_handshakeWithEmbeddedSCT()
317 new TestConnection(new X509Certificate[] {certEmbedded, ca}, certKey); in test_handshakeWithEmbeddedSCT()
327 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey); in test_handshakeWithSCTFromOCSPResponse()
339 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey); in test_handshakeWithSCTFromTLSExtension()
352 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey); in test_handshake_failsWithMissingSCT()
362 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey); in test_handshake_failsWithInvalidSCT()
390 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey); in test_setEnabledProtocols_FiltersSSLv3_HandshakeException()
/external/libmojo/mojo/public/js/
Dconnection.js70 function TestConnection(handle, localFactory, remoteFactory) { class
79 TestConnection.prototype = Object.create(Connection.prototype); class
168 exports.TestConnection = TestConnection;
Dvalidation_unittests.js287 var testConnection = new connection.TestConnection(