Searched refs:getSupportedProtocols (Results 1 - 17 of 17) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLServerSocketImpl.java71 public String[] getSupportedProtocols() { method in class:OpenSSLServerSocketImpl
72 return NativeCrypto.getSupportedProtocols();
87 * getSupportedProtocols().
H A DOpenSSLEngineImpl.java300 public String[] getSupportedProtocols() { method in class:OpenSSLEngineImpl
301 return NativeCrypto.getSupportedProtocols();
H A DOpenSSLSocketImpl.java851 public String[] getSupportedProtocols() { method in class:OpenSSLSocketImpl
852 return NativeCrypto.getSupportedProtocols();
H A DNativeCrypto.java928 public static String[] getSupportedProtocols() { method in class:NativeCrypto
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java113 public String[] getSupportedProtocols() { method in class:MySSLServerSocket
H A DSSLSocketTest.java144 public String[] getSupportedProtocols() { method in class:MySSLSocket
H A DSSLContext1Test.java475 String[] supportedProtocols = sslSocket.getSupportedProtocols();
H A DSSLEngineTest.java427 public String[] getSupportedProtocols() { method in class:mySSLEngine
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSocketImplTest.java422 * getSupportedProtocols() method testing.
426 String[] supported = ssocket.getSupportedProtocols();
430 supported = ssocket.getSupportedProtocols();
446 String[] supported = ssocket.getSupportedProtocols();
498 String[] supported = ssocket.getSupportedProtocols();
H A DSSLSocketImplTest.java505 * getSupportedProtocols() method testing.
509 String[] supported = socket.getSupportedProtocols();
513 supported = socket.getSupportedProtocols();
529 String[] supported = socket.getSupportedProtocols();
576 String[] supported = socket.getSupportedProtocols();
H A DSSLEngineImplTest.java294 * getSupportedProtocols() method testing.
298 String[] supported = engine.getSupportedProtocols();
302 supported = engine.getSupportedProtocols();
318 String[] supported = engine.getSupportedProtocols();
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java174 public String[] getSupportedProtocols() { method in class:MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java185 public String[] getSupportedProtocols() { method in class:MySSLContextSpi.tmpSSLEngine
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
H A DPlatformTest.java168 public String[] getSupportedProtocols() { method in class:PlatformTest.TestSSLSocketImpl
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferNegotiator.java196 public static Collection<String> getSupportedProtocols() { method in class:FileTransferNegotiator
/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 244 milliseconds