Searched refs:createClient (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java222 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null);
241 CLIENT_2 = new TestKeyStore(createClient(rootCa2.keyStore), null, null);
987 public static KeyStore createClient(KeyStore caKeyStore) { method in class:TestKeyStore

Completed in 23 milliseconds