HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedCipherSuites (Results 26 - 50 of 59) sorted by null

12 3

  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
MySSLContextSpi.java 137 public String[] getSupportedCipherSuites() { return null; }
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 172 public abstract String[] getSupportedCipherSuites();
217 * instance. Only cipher suites listed by {@code getSupportedCipherSuites()}
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoryImpl.java 72 * @see javax.net.ssl.SSLSocketFactory#getSupportedCipherSuites()
75 public String[] getSupportedCipherSuites() {
OpenSSLSocketImpl.java 771 @Override public String[] getSupportedCipherSuites() {
772 return NativeCrypto.getSupportedCipherSuites();
    [all...]
NativeCrypto.java 390 public static String[] getSupportedCipherSuites() {
    [all...]
SSLEngineImpl.java 194 * @see javax.net.ssl.SSLEngine#getSupportedCipherSuites() method
198 public String[] getSupportedCipherSuites() {
SSLSocketImpl.java 200 * @see javax.net.ssl.SSLSocket#getSupportedCipherSuites()
204 public String[] getSupportedCipherSuites() {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 130 * javax.net.ssl.SSLSocketFactory#getSupportedCipherSuites()
136 sf.getSupportedCipherSuites().length > 0);
SSLSocketTest.java 352 * javax.net.ssl.SSLSocket#getSupportedCipherSuites()
356 String[] res = ssl.getSupportedCipherSuites();
378 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites());
382 Arrays.asList(ssl.getSupportedCipherSuites()),
SSLEngineTest.java 65 String[] suites = e.getSupportedCipherSuites();
112 String[] suites = e.getSupportedCipherSuites();
184 * javax.net.ssl.SSLEngine#getSupportedCipherSuites()
189 String[] res = sse.getSupportedCipherSuites();
204 String[] st = sse.getSupportedCipherSuites();
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java 136 public String[] getSupportedCipherSuites() { return null; }
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 134 public String[] getSupportedCipherSuites() { return null; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 284 * getSupportedCipherSuites() method testing.
288 String[] supported = ssocket.getSupportedCipherSuites();
307 String[] supported = ssocket.getSupportedCipherSuites();
353 String[] supported = ssocket.getSupportedCipherSuites();
SSLSocketImplTest.java 363 * getSupportedCipherSuites() method testing.
367 String[] supported = socket.getSupportedCipherSuites();
386 String[] supported = socket.getSupportedCipherSuites();
431 String[] supported = socket.getSupportedCipherSuites();
    [all...]
SSLEngineImplTest.java 182 * getSupportedCipherSuites() method testing.
186 String[] supported = engine.getSupportedCipherSuites();
205 String[] supported = engine.getSupportedCipherSuites();
250 String[] supported = engine.getSupportedCipherSuites();
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 131 public String[] getSupportedCipherSuites() {
SSLContext1Test.java 477 String[] supportedCipherSuites = sslSocket.getSupportedCipherSuites();
SSLEngineTest.java 424 public String[] getSupportedCipherSuites() {
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 145 public String[] getSupportedCipherSuites() { return null; }
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 295 public String[] getSupportedCipherSuites() {
296 return sf.getSupportedCipherSuites();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 57 String[] cipherSuites = ssl.getSupportedCipherSuites();
59 assertNotSame(cipherSuites, ssl.getSupportedCipherSuites());
115 cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites();
117 String[] clientSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites();
118 String[] serverSuites = c.serverContext.getSocketFactory().getSupportedCipherSuites();
218 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites());
    [all...]
SSLSessionContextTest.java 170 String[] supportedCipherSuites = c.serverSocket.getSupportedCipherSuites();
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 431 milliseconds

12 3