HomeSort by relevance Sort by last modified time
    Searched refs:getSupportedCipherSuiteNames (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketFactoryImpl.java 76 return CipherSuite.getSupportedCipherSuiteNames();
SSLServerSocketImpl.java 101 return CipherSuite.getSupportedCipherSuiteNames();
SSLSocketFactoryImpl.java 79 return CipherSuite.getSupportedCipherSuiteNames();
SSLEngineImpl.java 199 return CipherSuite.getSupportedCipherSuiteNames();
SSLSocketImpl.java 205 return CipherSuite.getSupportedCipherSuiteNames();
CipherSuite.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 123 assertEquals(Arrays.asList(CipherSuite.getSupportedCipherSuiteNames()), names);
127 String[] names = CipherSuite.getSupportedCipherSuiteNames();
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 115 String[] names = CipherSuite.getSupportedCipherSuiteNames();

Completed in 689 milliseconds