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

/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java69 * TestKeyStore is a convenience class for other tests that
73 * accessible via TestKeyStore.get().
75 public final class TestKeyStore extends Assert { class in inherits:Assert
77 private static TestKeyStore ROOT_CA;
79 private static TestKeyStore SERVER;
80 private static TestKeyStore CLIENT;
81 private static TestKeyStore CLIENT_CERTIFICATE;
83 private static TestKeyStore CLIENT_2;
104 private TestKeyStore(KeyStore keyStore, char[] storePassword, char[] keyPassword) { method in class:TestKeyStore
148 TestKeyStore intermediateC
[all...]

Completed in 27 milliseconds