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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLContextImpl.java331 Collection<CipherSuite> allowedCipherSuites =
332 CipherSuite.allowedCipherSuites();
337 for (CipherSuite suite : allowedCipherSuites) {
H A DCipherSuite.java256 static Collection<CipherSuite> allowedCipherSuites() { method in class:CipherSuite

Completed in 37 milliseconds