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

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java254 return mFactory.getSupportedCipherSuites();
257 public String[] getSupportedCipherSuites() { method in class:SSLCertificateSocketFactory
258 return mFactory.getSupportedCipherSuites();

Completed in 20 milliseconds