Home
last modified time | relevance | path

Searched refs:beginHandshake (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLEngineTest.java77 e.beginHandshake(); in test_ConstructorLjava_lang_StringI01()
84 e.beginHandshake(); in test_ConstructorLjava_lang_StringI01()
88 e.beginHandshake(); in test_ConstructorLjava_lang_StringI01()
240 sse.beginHandshake(); in test_beginHandshake()
246 sse.beginHandshake(); in test_beginHandshake()
252 sse.beginHandshake(); in test_beginHandshake()
268 sse.beginHandshake(); in test_UseClientMode()
291 sse.beginHandshake(); in test_getHandshakeStatus()
1060 engine.beginHandshake(); in HandshakeHandler()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java100 client.beginHandshake(); in connect()
101 server.beginHandshake(); in connect()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLEngine.java1686 public abstract void beginHandshake() throws SSLException; in beginHandshake() method in SSLEngine
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMySSLContextSpi.java126 public void beginHandshake() throws SSLException { } in beginHandshake() method in MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java124 public void beginHandshake() throws SSLException { } in beginHandshake() method in MySSLContextSpi.tmpSSLEngine
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLEngineTest.java104 sslEngine.beginHandshake(); in test_SSLEngine_underflowsOnEmptyBuffersDuringHandshake()
450 c.clientContext.createSSLEngine().beginHandshake(); in test_SSLEngine_beginHandshake()