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

/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLEnginePair.java29 * TestSSLEnginePair is a convenience class for other tests that want
33 public final class TestSSLEnginePair extends Assert implements AutoCloseable { class in inherits:Assert,AutoCloseable
38 private TestSSLEnginePair(TestSSLContext c, method in class:TestSSLEnginePair
46 public static TestSSLEnginePair create() throws IOException {
50 public static TestSSLEnginePair create(Hooks hooks) throws IOException {
54 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException {
58 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished)
61 return new TestSSLEnginePair(c, engines[0], engines[1]);

Completed in 457 milliseconds