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
93 private TestSSLContext(KeyStore clientKeyStore, method in class:TestSSLContext
130 * Usual TestSSLContext creation method, creates underlying
134 public static TestSSLContext create() {
140 * TestSSLContext creation method that allows separate creation of server key store
142 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) {
147 * TestSSLContext creation method that allows separate creation of server key store and
150 public static TestSSLContext createWithAdditionalKeyManagers(
171 * TestSSLContext creatio
[all...]

Completed in 112 milliseconds