OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSSLEnginePair
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java
35
public void assertConnected(
TestSSLEnginePair
e) {
39
public void assertNotConnected(
TestSSLEnginePair
e) {
130
assertConnected(
TestSSLEnginePair
.create(c, new
TestSSLEnginePair
.Hooks() {
146
TestSSLEnginePair
p =
TestSSLEnginePair
.create(
147
cWithWrongPrivateKeys, new
TestSSLEnginePair
.Hooks() {
266
assertConnected(
TestSSLEnginePair
.create(null));
277
TestSSLEnginePair
.connect(c, null);
286
SSLEngine[] engines =
TestSSLEnginePair
.connect(c, null)
[
all
...]
SSLSocketTest.java
670
TestSSLEnginePair
pair =
TestSSLEnginePair
.create(null);
[
all
...]
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java
28
*
TestSSLEnginePair
is a convenience class for other tests that want
32
public final class
TestSSLEnginePair
extends Assert {
37
private
TestSSLEnginePair
(TestSSLContext c,
45
public static
TestSSLEnginePair
create(Hooks hooks) throws IOException {
49
public static
TestSSLEnginePair
create(TestSSLContext c, Hooks hooks) throws IOException {
51
return new
TestSSLEnginePair
(c, engines[0], engines[1]);
Completed in 100 milliseconds