HomeSort by relevance Sort by last modified time
    Searched defs:TestKeyStore (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/security/cert/
PKIXParametersTest.java 23 import libcore.java.security.TestKeyStore;
28 TestKeyStore server = TestKeyStore.getServer();
36 KeyStore ks = TestKeyStore.createKeyStore();
43 KeyStore keyOnly = TestKeyStore.createKeyStore();
52 new PKIXParameters(TestKeyStore.createKeyStore());
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 71 * TestKeyStore is a convenience class for other tests that
75 * accessible via TestKeyStore.get().
77 public final class TestKeyStore extends Assert {
79 private static TestKeyStore ROOT_CA;
80 private static TestKeyStore INTERMEDIATE_CA;
82 private static TestKeyStore SERVER;
83 private static TestKeyStore CLIENT;
84 private static TestKeyStore CLIENT_CERTIFICATE;
86 private static TestKeyStore CLIENT_2;
107 private TestKeyStore(KeyStore keyStore, char[] storePassword, char[] keyPassword)
    [all...]

Completed in 122 milliseconds