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

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

Completed in 32 milliseconds