OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestSSLSocketPair
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java
28
*
TestSSLSocketPair
is a convenience class for other tests that want
32
public final class
TestSSLSocketPair
{
37
private
TestSSLSocketPair
(TestSSLContext c,
58
public static
TestSSLSocketPair
create () {
61
return new
TestSSLSocketPair
(c, sockets[0], sockets[1]);
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java
64
TestSSLSocketPair
s =
TestSSLSocketPair
.create();
98
TestSSLSocketPair
s =
TestSSLSocketPair
.create();
122
TestSSLSocketPair
s =
TestSSLSocketPair
.create();
154
TestSSLSocketPair
s =
TestSSLSocketPair
.create();
216
toClose.add(
TestSSLSocketPair
.connect(c, new String[] { cipherSuite1 }, null));
218
toClose.add(
TestSSLSocketPair
.connect(c, new String[] { cipherSuite2 }, null))
[
all
...]
Completed in 186 milliseconds