Home | History | Annotate | Download | only in jsse

Lines Matching full:defaultcs

244         String[] defaultcs = socketFactory.getDefaultCipherSuites();
246 assertNotNull(defaultcs);
247 for (int i = 0; i < defaultcs.length; i++) {
251 if (defaultcs[i].equals(supported[j])) {
256 + "of supported cipher suites: " + defaultcs[i]);
268 String[] defaultcs = serverSocketFactory.getDefaultCipherSuites();
270 assertNotNull(defaultcs);
271 for (int i = 0; i < defaultcs.length; i++) {
275 if (defaultcs[i].equals(supported[j])) {
280 + "of supported cipher suites: " + defaultcs[i]);