Searched defs:sslParameters (Results 1 – 9 of 9) sorted by relevance
| /external/conscrypt/src/main/java/org/conscrypt/ |
| D | OpenSSLServerSocketImpl.java | 27 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()
|
| D | OpenSSLServerSocketFactoryImpl.java | 26 private SSLParametersImpl sslParameters; field in OpenSSLServerSocketFactoryImpl 40 public OpenSSLServerSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLServerSocketFactoryImpl()
|
| D | OpenSSLSocketFactoryImpl.java | 27 private final SSLParametersImpl sslParameters; field in OpenSSLSocketFactoryImpl 43 public OpenSSLSocketFactoryImpl(SSLParametersImpl sslParameters) { in OpenSSLSocketFactoryImpl()
|
| D | OpenSSLSocketImpl.java | 132 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()
|
| D | OpenSSLContextImpl.java | 47 protected SSLParametersImpl sslParameters; field in OpenSSLContextImpl
|
| D | OpenSSLEngineImpl.java | 43 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()
|
| D | OpenSSLSocketImplWrapper.java | 34 boolean autoClose, SSLParametersImpl sslParameters) throws IOException { in OpenSSLSocketImplWrapper()
|
| /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/ |
| D | JSSETestData.java | 42 private static SSLParameters sslParameters; field in JSSETestData
|
| /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
| D | ServerHandshakeImplTest.java | 38 private SSLParameters sslParameters; field in ServerHandshakeImplTest
|