Searched refs:setNeedClientAuth (Results 1 - 11 of 11) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java128 public void setNeedClientAuth(boolean need) { method in class:MySSLServerSocket
H A DSSLSocketTest.java187 public void setNeedClientAuth(boolean need) { method in class:MySSLSocket
H A DSSLEngineTest.java469 public void setNeedClientAuth(boolean need) { method in class:mySSLEngine
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSocketImplTest.java524 * setNeedClientAuth(boolean need) method testing.
531 ssocket.setNeedClientAuth(false);
537 ssocket.setNeedClientAuth(true);
551 ssocket.setNeedClientAuth(true);
557 ssocket.setNeedClientAuth(true);
H A DSSLSocketImplTest.java692 * setNeedClientAuth(boolean need) method testing.
699 socket.setNeedClientAuth(false);
705 socket.setNeedClientAuth(true);
719 socket.setNeedClientAuth(true);
725 socket.setNeedClientAuth(true);
H A DSSLEngineImplTest.java140 * setNeedClientAuth(boolean need) method testing.
147 engine.setNeedClientAuth(false);
153 engine.setNeedClientAuth(true);
167 engine.setNeedClientAuth(true);
173 engine.setNeedClientAuth(true);
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java155 public void setNeedClientAuth(boolean need) { } method in class:MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java163 public void setNeedClientAuth(boolean need) { } method in class:MySSLContextSpi.tmpSSLEngine
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTLSMessageProcessor.java108 ((SSLServerSocket) this.sock).setNeedClientAuth(false);
H A DTLSMessageChannel.java135 sslSock.setNeedClientAuth(true);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1198 ((SSLServerSocket) serverSocket).setNeedClientAuth(true);
1338 sslSocket.setNeedClientAuth(true);

Completed in 1763 milliseconds