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

/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java423 return getDelegate().getSupportedCipherSuites();
427 public String[] getSupportedCipherSuites() { method in class:SSLCertificateSocketFactory
428 return getDelegate().getSupportedCipherSuites();

Completed in 57 milliseconds