Searched defs:beginHandshake (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLEngineImpl.java70 public void beginHandshake() throws SSLException {} method in class:MySSLEngineImpl
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLEngine.java169 * <code>beginHandshake()</code>. These methods all trigger the
1041 public abstract void beginHandshake() throws SSLException; method in class:SSLEngine
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java167 void beginHandshake() throws SSLException { method in class:SSLStreams
168 engine.beginHandshake();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java50 * wrap(), unwrap(), and beginHandshake(). We are encouraging users to
732 public void beginHandshake() throws SSLException { method in class:SSLEngineImpl
1396 beginHandshake();

Completed in 54 milliseconds