Searched defs:TestSSLSocketPair (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLSocketPair.java28 * TestSSLSocketPair is a convenience class for other tests that want
32 public final class TestSSLSocketPair { class
37 private TestSSLSocketPair (TestSSLContext c, method in class:TestSSLSocketPair
58 public static TestSSLSocketPair create () {
61 return new TestSSLSocketPair(c, sockets[0], sockets[1]);

Completed in 55 milliseconds