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

/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLContext.java42 * TestSSLContext is a convenience class for other tests that
46 public final class TestSSLContext extends Assert { class in inherits:Assert
94 private TestSSLContext(KeyStore clientKeyStore, method in class:TestSSLContext
131 * Usual TestSSLContext creation method, creates underlying
135 public static TestSSLContext create() {
141 * TestSSLContext creation method that allows separate creation of server key store
143 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) {
148 * TestSSLContext creation method that allows separate creation of server key store and
151 public static TestSSLContext createWithAdditionalKeyManagers(
172 * TestSSLContext creatio
[all...]

Completed in 63 milliseconds