Home
last modified time | relevance | path

Searched defs:setEnabledCipherSuites (Results 1 – 14 of 14) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DFallbackTestClientSocketFactory.java53 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in FallbackTestClientSocketFactory.TlsFallbackScsvDisabledSSLSocket
DDelegatingSSLSocket.java56 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in DelegatingSSLSocket
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java122 public void setEnabledCipherSuites(String[] newCipherSuites); in setEnabledCipherSuites() method
DSipStackImpl.java1410 public void setEnabledCipherSuites(String[] newCipherSuites) { in setEnabledCipherSuites() method in SipStackImpl
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptServerSocket.java142 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptServerSocket
DJava8EngineWrapper.java205 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in Java8EngineWrapper
DSSLParametersImpl.java211 void setEnabledCipherSuites(String[] cipherSuites) { in setEnabledCipherSuites() method in SSLParametersImpl
DConscryptEngineSocket.java288 public final void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptEngineSocket
DNativeCrypto.java999 static void setEnabledCipherSuites(long ssl, NativeSsl ssl_holder, String[] cipherSuites) { in setEnabledCipherSuites() method in NativeCrypto
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java173 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PlatformTest.TestSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java149 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImpl.java149 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java288 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter
DKitKatPlatformOpenSSLSocketImplAdapter.java288 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter