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

/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java86 * TestKeyStore is a convenience class for other tests that
90 * accessible via TestKeyStore.get().
92 public final class TestKeyStore { class
131 private static TestKeyStore ROOT_CA;
132 private static TestKeyStore INTERMEDIATE_CA;
133 private static TestKeyStore INTERMEDIATE_CA_2;
134 private static TestKeyStore INTERMEDIATE_CA_EC;
136 private static TestKeyStore SERVER;
137 private static TestKeyStore CLIENT;
138 private static TestKeyStore CLIENT_CERTIFICAT
168 private TestKeyStore(KeyStore keyStore, char[] storePassword, char[] keyPassword) { method in class:TestKeyStore
[all...]

Completed in 219 milliseconds