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

/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLServerSocketFacImpl.java50 public String[] getSupportedCipherSuites() { method in class:MySSLServerSocketFacImpl
H A DMySSLEngineImpl.java60 return getSupportedCipherSuites();
62 public String[] getSupportedCipherSuites() { method in class:MySSLEngineImpl
H A DMySSLSocketFacImpl.java49 public String[] getSupportedCipherSuites() { method in class:MySSLSocketFacImpl
74 public String[] getSupportedCipherSuites() { method in class:MySSLSocket
75 return fac.getSupportedCipherSuites();
78 return fac.getSupportedCipherSuites();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketFactoryImpl.java115 public String[] getSupportedCipherSuites() { method in class:SSLServerSocketFactoryImpl
H A DSSLSocketFactoryImpl.java179 public String[] getSupportedCipherSuites() { method in class:SSLSocketFactoryImpl
H A DSSLServerSocketImpl.java170 public String[] getSupportedCipherSuites() { method in class:SSLServerSocketImpl
H A DSSLEngineImpl.java1969 public String[] getSupportedCipherSuites() { method in class:SSLEngineImpl
H A DSSLSocketImpl.java2340 public String[] getSupportedCipherSuites() { method in class:SSLSocketImpl
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLServerSocketFactory.java126 * @see #getSupportedCipherSuites()
143 public abstract String [] getSupportedCipherSuites(); method in class:SSLServerSocketFactory
191 public String [] getSupportedCipherSuites() { method in class:DefaultSSLServerSocketFactory
H A DSSLSocketFactory.java149 * @see #getSupportedCipherSuites()
164 public abstract String [] getSupportedCipherSuites(); method in class:SSLSocketFactory
245 public String [] getSupportedCipherSuites() { method in class:DefaultSSLSocketFactory
H A DSSLServerSocket.java201 * @see #getSupportedCipherSuites()
210 * The cipher suites must have been listed by getSupportedCipherSuites()
226 * @see #getSupportedCipherSuites()
245 public abstract String [] getSupportedCipherSuites(); method in class:SSLServerSocket
H A DSSLSocket.java91 * using <em>getSupportedCipherSuites</em>.
276 public abstract String [] getSupportedCipherSuites(); method in class:SSLSocket
291 * @see #getSupportedCipherSuites()
301 * been listed by getSupportedCipherSuites(), or the method will
312 * @see #getSupportedCipherSuites()
H A DSSLEngine.java301 * using {@link #getSupportedCipherSuites()}.
869 public abstract String [] getSupportedCipherSuites(); method in class:SSLEngine
884 * @see #getSupportedCipherSuites()
894 * been listed by getSupportedCipherSuites(), or the method will
905 * @see #getSupportedCipherSuites()
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java205 public String[] getSupportedCipherSuites() { method in class:HttpsCreateSockTest.SimpleSSLSocketFactory
206 return ((SSLSocketFactory) SSLSocketFactory.getDefault()).getSupportedCipherSuites();
H A DHttpsSocketFacTest.java218 public String[] getSupportedCipherSuites() { method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
219 return ((SSLSocketFactory) SSLSocketFactory.getDefault()).getSupportedCipherSuites();

Completed in 85 milliseconds