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 73 * TestKeyStore is a convenience class for other tests that
77 * accessible via TestKeyStore.get().
79 public final class TestKeyStore extends Assert {
81 private static TestKeyStore ROOT_CA;
82 private static TestKeyStore INTERMEDIATE_CA;
83 private static TestKeyStore INTERMEDIATE_CA_2;
85 private static TestKeyStore SERVER;
86 private static TestKeyStore CLIENT;
87 private static TestKeyStore CLIENT_CERTIFICATE;
89 private static TestKeyStore CLIENT_2
    [all...]

Completed in 457 milliseconds