Home
last modified time | relevance | path

Searched defs:sslParameters (Results 1 – 12 of 12) 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.java150 private final SSLParametersImpl sslParameters; field in OpenSSLSocketImpl
182 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
190 protected OpenSSLSocketImpl(String hostname, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
200 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
213 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
224 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
238 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
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()
DOpenSSLContextImpl.java51 protected SSLParametersImpl sslParameters; field in OpenSSLContextImpl
DOpenSSLSocketImplWrapper.java34 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImplWrapper()
/external/conscrypt/src/stub/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java50 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
54 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters, in OpenSSLSocketImpl()
60 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
65 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
73 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
79 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
84 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
DOpenSSLSocketImpl.java50 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
54 protected OpenSSLSocketImpl(SSLParametersImpl sslParameters, in OpenSSLSocketImpl()
60 protected OpenSSLSocketImpl(String host, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
65 protected OpenSSLSocketImpl(InetAddress address, int port, SSLParametersImpl sslParameters) in OpenSSLSocketImpl()
73 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
79 SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
84 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImpl()
/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
/external/conscrypt/src/test/java/org/conscrypt/
DOpenSSLSocketImplTest.java131 SSLParametersImpl sslParameters = getContextSSLParameters(context); in createContext() local
159 SSLParametersImpl sslParameters = getContextSSLParameters(context); in createContext() local