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

/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLServerSocketFactoryImpl.java47 return OpenSSLServerSocketImpl.nativegetsupportedciphersuites();
51 return OpenSSLServerSocketImpl.nativegetsupportedciphersuites();
H A DOpenSSLSocketFactoryImpl.java50 return OpenSSLSocketImpl.nativegetsupportedciphersuites();
54 return OpenSSLSocketImpl.nativegetsupportedciphersuites();
H A DOpenSSLServerSocketImpl.java192 static native String[] nativegetsupportedciphersuites(); method in class:OpenSSLServerSocketImpl
196 return nativegetsupportedciphersuites();
H A DOpenSSLSocketImpl.java672 static native String[] nativegetsupportedciphersuites(); method in class:OpenSSLSocketImpl
680 return nativegetsupportedciphersuites();
702 String[] supportedCipherSuites = nativegetsupportedciphersuites();

Completed in 52 milliseconds