Home
last modified time | relevance | path

Searched defs:sslParameters (Results 1 – 9 of 9) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLServerSocketImpl.java27 private final SSLParametersImpl sslParameters; field in OpenSSLServerSocketImpl
30 protected OpenSSLServerSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLServerSocketImpl()
34 protected OpenSSLServerSocketImpl(int port, SSLParametersImpl sslParameters) in OpenSSLServerSocketImpl()
40 protected OpenSSLServerSocketImpl(int port, int backlog, SSLParametersImpl sslParameters) in OpenSSLServerSocketImpl()
49 SSLParametersImpl sslParameters) in OpenSSLServerSocketImpl()
DOpenSSLServerSocketFactoryImpl.java26 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl
40 public OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
DOpenSSLSocketFactoryImpl.java27 private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl
43 public OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
DOpenSSLSocketImpl.java132 private final SSLParametersImpl sslParameters; field in OpenSSLSocketImpl
160 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
168 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
178 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
191 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
202 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
216 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
DOpenSSLContextImpl.java47 protected SSLParametersImpl sslParameters; field in OpenSSLContextImpl
DOpenSSLEngineImpl.java43 private final SSLParametersImpl sslParameters; field in OpenSSLEngineImpl
122 public OpenSSLEngineImpl(SSLParametersImpl sslParameters) { in OpenSSLEngineImpl()
126 public OpenSSLEngineImpl(String host, int port, SSLParametersImpl sslParameters) { in OpenSSLEngineImpl()
DOpenSSLSocketImplWrapper.java34 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImplWrapper()
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
DJSSETestData.java42 private static SSLParameters sslParameters; field in JSSETestData
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DServerHandshakeImplTest.java38 private SSLParameters sslParameters; field in ServerHandshakeImplTest