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

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

Completed in 107 milliseconds