Searched defs:store (Results 1 – 9 of 9) sorted by relevance
92 private static CookieManager store(String[][] cookies, in store() method in CookieManagerTest255 CookieStore store = new DummyStore(); in testCookieManager_LCookieStore_LCookiePolicy() local299 CookieStore store = cookieManager.getCookieStore(); in test_GetCookieStore() local
56 private CookieStore store; field in CookieManager86 public CookieManager(CookieStore store, CookiePolicy cookiePolicy) { in CookieManager()
75 KeyStore store = server.getStore(); in test_getPeerPrincipal() local148 KeyStore store = client.getStore(); in test_getLocalCertificates() local159 KeyStore store = client.getStore(); in test_getLocalPrincipal() local496 private KeyStore store; field in SSLSessionTest.TestServer577 private KeyStore store; field in SSLSessionTest.TestClient
182 KeyStore store = KeyStore.getInstance("PKCS12"); in testPKIXParametersKeyStore04() local
523 public synchronized void store(OutputStream out, String comment) throws IOException { in store() method in Properties537 public synchronized void store(Writer writer, String comment) throws IOException { in store() method in Properties
301 public void addCertStore(CertStore store) { in addCertStore()
531 public final void store(OutputStream stream, char[] password) in store() method in KeyStore560 public final void store(LoadStoreParameter param) throws KeyStoreException, in store() method in KeyStore
2526 KeyStore store = KeyStore.getInstance(KeyStore.getDefaultType()); in testDefaultKeystore() local2533 KeyStore store = KeyStore.getInstance(StandardNames.KEY_STORE_ALGORITHM); in testDefaultKeystore() local
100 private static File store; field in HttpsURLConnectionTest