HomeSort by relevance Sort by last modified time
    Searched defs:TestKeyStore (Results 1 - 3 of 3) 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/luni/src/test/java/libcore/javax/net/ssl/
KeyManagerFactoryTest.java 39 import libcore.java.security.TestKeyStore;
43 private TestKeyStore testKeyStore;
47 testKeyStore = new TestKeyStore.Builder()
53 private TestKeyStore getTestKeyStore() throws Exception {
54 return testKeyStore;
251 assertEquals(TestKeyStore.keyAlgorithm(keyType), keyAlgName);
257 assertTrue(sigAlgName.contains(TestKeyStore.signatureAlgorithm(keyType)));
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 87 * TestKeyStore is a convenience class for other tests that
91 * accessible via TestKeyStore.get().
93 public final class TestKeyStore extends 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_2
    [all...]

Completed in 175 milliseconds