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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLParameters.java188 public boolean getNeedClientAuth() { method in class:SSLParameters
H A DSSLServerSocket.java317 * @see #getNeedClientAuth()
340 public abstract boolean getNeedClientAuth(); method in class:SSLServerSocket
371 * @see #getNeedClientAuth()
389 * @see #getNeedClientAuth()
473 if (getNeedClientAuth()) {
491 * <li>If {@code params.getNeedClientAuth()} or
522 if (params.getNeedClientAuth()) {
H A DSSLSocket.java1246 * @see #getNeedClientAuth()
1265 public abstract boolean getNeedClientAuth(); method in class:SSLSocket
1290 * @see #getNeedClientAuth()
1303 * @see #getNeedClientAuth()
1346 if (getNeedClientAuth()) {
1363 * <li>If {@code params.getNeedClientAuth()} or
1389 if (params.getNeedClientAuth()) {
H A DSSLEngine.java1749 * @see #getNeedClientAuth()
1768 public abstract boolean getNeedClientAuth(); method in class:SSLEngine
1793 * @see #getNeedClientAuth()
1806 * @see #getNeedClientAuth()
1849 if (getNeedClientAuth()) {
1866 * <li>If {@code params.getNeedClientAuth()} or
1892 if (params.getNeedClientAuth()) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLServerSocketTest.java97 public boolean getNeedClientAuth() { method in class:SSLServerSocketTest.mySSLServerSocket
293 assertTrue(sss.getNeedClientAuth());
295 assertFalse(sss.getNeedClientAuth());
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java134 public boolean getNeedClientAuth() { return true; } method in class:MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java132 public boolean getNeedClientAuth() { return true; } method in class:MySSLContextSpi.tmpSSLEngine
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3430 @Override public boolean getNeedClientAuth() { method in class:URLConnectionTest.DelegatingSSLSocket
3431 return delegate.getNeedClientAuth();

Completed in 78 milliseconds