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

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLEngine.java29 public abstract class SSLEngine { class
34 * Creates a new {@code SSLEngine} instance.
36 protected SSLEngine() { method in class:SSLEngine
42 * Creates a new {@code SSLEngine} instance with the specified host and
50 protected SSLEngine(String host, int port) { method in class:SSLEngine
482 * argument. Specifically, sets the SSLEngine's enabled cipher
486 * on the SSLEngine, otherwise both are set to false.

Completed in 228 milliseconds