Home
last modified time | relevance | path

Searched defs:getSupportedCipherSuites (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/27/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLServerSocketFactory.java186 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
240 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
DSSLServerSocket.java255 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLServerSocketFactory.java186 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
240 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
H A DSSLServerSocket.java255 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLServerSocketFactory.java186 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
240 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
DSSLServerSocket.java255 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/javax/net/ssl/
H A DSSLServerSocketFactory.java49 public abstract java.lang.String[] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
H A DSSLSocketFactory.java53 public abstract java.lang.String[] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocketFactory
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLServerSocketFactory.java38 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in FakeSSLServerSocketFactory
H A DFakeSSLSocketFactory.java35 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in FakeSSLSocketFactory
H A DSSLSocketTest.java33 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getSupportedCipherSuites() method in SSLSocketTest.PlainSSLSocket
H A DSSLEngineTest.java43 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getSupportedCipherSuites() method in SSLEngineTest.PlainSSLEngine
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLServerSocketFactoryTest.java40 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketFactoryTest.MockSSLServerSocketFactory
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLSocketFactoryImpl.java59 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryImpl
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLServerSocketFactoryImpl.java81 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl
H A DOpenSSLSocketFactoryImpl.java87 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl
H A DConscryptServerSocket.java110 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in ConscryptServerSocket
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLServerSocketFactoryImpl.java83 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl
H A DOpenSSLSocketFactoryImpl.java89 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl
/aosp_15_r20/external/conscrypt/android/src/main/java/org/conscrypt/
H A DBaseOpenSSLSocketAdapterFactory.java40 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in BaseOpenSSLSocketAdapterFactory
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/tests/net/
H A DDelegatingSSLSocketFactory.java47 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocketFactory.java69 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
/aosp_15_r20/external/conscrypt/testing/src/main/java/tests/net/
H A DDelegatingSSLSocketFactory.java45 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
/aosp_15_r20/external/conscrypt/publicapi/src/test/java/android/net/ssl/
H A DSSLSocketsTest.java48 @Override public String[] getSupportedCipherSuites() { throw new AssertionError(); } in getSupportedCipherSuites() method in SSLSocketsTest.BrokenSSLSocket
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/fault/
H A DDelegatingSslEngine.java67 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSslEngine

12345678910>>...21