Searched refs:setEnabledCipherSuites (Results 1 - 22 of 22) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLServerSocketImpl.java132 public void setEnabledCipherSuites(String[] suites) { method in class:OpenSSLServerSocketImpl
133 sslParameters.setEnabledCipherSuites(suites);
H A DOpenSSLEngineImpl.java339 public void setEnabledCipherSuites(String[] suites) { method in class:OpenSSLEngineImpl
340 sslParameters.setEnabledCipherSuites(suites);
H A DOpenSSLSocketImpl.java846 public void setEnabledCipherSuites(String[] suites) { method in class:OpenSSLSocketImpl
847 sslParameters.setEnabledCipherSuites(suites);
H A DSSLParametersImpl.java243 protected void setEnabledCipherSuites(String[] cipherSuites) { method in class:SSLParametersImpl
468 NativeCrypto.setEnabledCipherSuites(sslNativePointer, enabledCipherSuites);
H A DNativeCrypto.java1051 public static void setEnabledCipherSuites(long ssl, String[] cipherSuites) { method in class:NativeCrypto
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFunctionalTest.java79 ssocket.setEnabledCipherSuites(
89 csocket.setEnabledCipherSuites(
117 ssocket.setEnabledCipherSuites(
127 csocket.setEnabledCipherSuites(
151 ssocket.setEnabledCipherSuites(
159 csocket.setEnabledCipherSuites(
H A DSSLServerSocketImplTest.java345 ssocket.setEnabledCipherSuites(supported);
350 ssocket.setEnabledCipherSuites(enabled);
373 * setEnabledCipherSuites(String[] suites) method testing.
393 ssocket.setEnabledCipherSuites(supported);
394 ssocket.setEnabledCipherSuites(enabled);
395 ssocket.setEnabledCipherSuites(supported);
405 ssocket.setEnabledCipherSuites(more_than_supported);
H A DSSLEngineImplTest.java218 engine.setEnabledCipherSuites(supported);
223 engine.setEnabledCipherSuites(enabled);
246 * setEnabledCipherSuites(String[] suites) method testing.
265 engine.setEnabledCipherSuites(supported);
266 engine.setEnabledCipherSuites(enabled);
267 engine.setEnabledCipherSuites(supported);
277 engine.setEnabledCipherSuites(more_than_supported);
1375 client.setEnabledCipherSuites(
1377 server.setEnabledCipherSuites(
H A DSSLSocketFactoriesTest.java126 ssocket.setEnabledCipherSuites(enabled);
195 csocket.setEnabledCipherSuites(enabled);
H A DSSLSocketImplTest.java429 socket.setEnabledCipherSuites(supported);
434 socket.setEnabledCipherSuites(enabled);
457 * setEnabledCipherSuites(String[] suites) method testing.
476 socket.setEnabledCipherSuites(supported);
477 socket.setEnabledCipherSuites(enabled);
478 socket.setEnabledCipherSuites(supported);
488 socket.setEnabledCipherSuites(more_than_supported);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java104 public void setEnabledCipherSuites(String[] suites) { method in class:MySSLServerSocket
H A DSSLEngineTest.java47 e.setEnabledCipherSuites(suites);
75 e.setEnabledCipherSuites(suites);
452 public void setEnabledCipherSuites(String[] suites) { method in class:mySSLEngine
H A DSSLSocketTest.java140 public void setEnabledCipherSuites(String[] suites) { method in class:MySSLSocket
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackExt.java122 public void setEnabledCipherSuites(String[] newCipherSuites); method in interface:SipStackExt
H A DSipStackImpl.java1410 public void setEnabledCipherSuites(String[] newCipherSuites) { method in class:SipStackImpl
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java199 public void setEnabledCipherSuites(String[] suites) { method in class:MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java210 public void setEnabledCipherSuites(String[] suites) { method in class:MySSLContextSpi.tmpSSLEngine
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
H A DPlatform.java107 socket.setEnabledCipherSuites(newEnabledCipherSuites);
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
H A DPlatformTest.java164 public void setEnabledCipherSuites(String[] suites) { method in class:PlatformTest.TestSSLSocketImpl
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTLSMessageProcessor.java112 ((SSLServerSocket) this.sock).setEnabledCipherSuites(enabledCiphers);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 912 milliseconds