Home | History | Annotate | Download | only in jsse

Lines Matching defs:cipher_suites

42     private String[] cipher_suites = {
81 ? new String[] { "TLS_" + cipher_suites[0] }
82 : new String[] { "SSL_" + cipher_suites[0] });
91 ? new String[] { "TLS_" + cipher_suites[0] }
92 : new String[] { "SSL_" + cipher_suites[0] });
98 for (int i = 0; i < cipher_suites.length; i++) {
101 + cipher_suites[i]);
119 ? new String[] { "TLS_" + cipher_suites[i] }
120 : new String[] { "SSL_" + cipher_suites[i] });
129 ? new String[] { "TLS_" + cipher_suites[i] }
130 : new String[] { "SSL_" + cipher_suites[i] });
142 for (int i = 0; i < cipher_suites.length; i++) {
145 System.out.println("======= " + cipher_suites[i]);
152 new String[] { "TLS_" + cipher_suites[i] });
160 new String[] { "TLS_" + cipher_suites[i] });