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

/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java87 * TestKeyStore is a convenience class for other tests that
91 * accessible via TestKeyStore.get().
93 public final class TestKeyStore extends Assert { class in inherits:Assert
132 private static TestKeyStore ROOT_CA;
133 private static TestKeyStore INTERMEDIATE_CA;
134 private static TestKeyStore INTERMEDIATE_CA_2;
136 private static TestKeyStore SERVER;
137 private static TestKeyStore CLIENT;
138 private static TestKeyStore CLIENT_CERTIFICATE;
140 private static TestKeyStore CLIENT_
163 private TestKeyStore(KeyStore keyStore, char[] storePassword, char[] keyPassword) { method in class:TestKeyStore
[all...]

Completed in 58 milliseconds