OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultcs
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java
244
String[]
defaultcs
= socketFactory.getDefaultCipherSuites();
local
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();
local
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])
[
all
...]
Completed in 46 milliseconds