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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLEngine.java75 * The primary distinction of an <code>SSLEngine</code> is that it
78 * <code>SSLEngine</code> user to arrange for reliable I/O transport to
80 * transport mechanism, the <code>SSLEngine</code> can be used for a
90 * At a high level, the <code>SSLEngine</code> appears thus:
118 * (In the context of an <code>SSLEngine</code>, the term "handshake
123 * There are five distinct phases to an <code>SSLEngine</code>.
126 * <li> Creation - The <code>SSLEngine</code> has been created and
128 * application may set any <code>SSLEngine</code>-specific settings
129 * (enabled cipher suites, whether the <code>SSLEngine</code> should
142 * may flow through the <code>SSLEngine</cod
1016 public abstract class SSLEngine { class
1028 protected SSLEngine() { method in class:SSLEngine
1050 protected SSLEngine(String peerHost, int peerPort) { method in class:SSLEngine
[all...]

Completed in 35 milliseconds