OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSSLSessions
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java
24
*
TestSSLSessions
is a convenience class for other tests that want
28
public final class
TestSSLSessions
{
51
private
TestSSLSessions
(SSLSession invalid,
65
public static final
TestSSLSessions
create() {
71
return new
TestSSLSessions
(invalid, s.server.getSession(), s.client.getSession(), s);
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java
28
TestSSLSessions
s =
TestSSLSessions
.create();
37
TestSSLSessions
s =
TestSSLSessions
.create();
45
TestSSLSessions
s =
TestSSLSessions
.create();
62
TestSSLSessions
s =
TestSSLSessions
.create();
79
TestSSLSessions
s =
TestSSLSessions
.create()
[
all
...]
Completed in 38 milliseconds