Home
last modified time | relevance | path

Searched defs:store (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/net/
DCookieManager.java56 private CookieStore store; field in CookieManager
86 public CookieManager(CookieStore store, CookiePolicy cookiePolicy) { in CookieManager()
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
DSSLSessionTest.java79 KeyStore store = server.getStore(); in test_getPeerPrincipal() local
138 KeyStore store = client.getStore(); in test_getLocalCertificates() local
149 KeyStore store = client.getStore(); in test_getLocalPrincipal() local
490 private KeyStore store; field in SSLSessionTest.TestServer
572 private KeyStore store; field in SSLSessionTest.TestClient
/libcore/luni/src/test/java/libcore/java/security/cert/
DOldPKIXParametersTest.java183 KeyStore store = KeyStore.getInstance("PKCS12"); in testPKIXParametersKeyStore04() local
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DTrustedCertificateKeyStoreSpi.java33 private final TrustedCertificateStore store = new TrustedCertificateStore(); field in TrustedCertificateKeyStoreSpi
/libcore/luni/src/main/java/java/util/
DProperties.java523 public synchronized void store(OutputStream out, String comment) throws IOException { in store() method in Properties
537 public synchronized void store(Writer writer, String comment) throws IOException { in store() method in Properties
/libcore/luni/src/main/java/java/security/cert/
DPKIXParameters.java301 public void addCertStore(CertStore store) { in addCertStore()
/libcore/luni/src/main/java/java/security/
DKeyStore.java530 public final void store(OutputStream stream, char[] password) in store() method in KeyStore
559 public final void store(LoadStoreParameter param) throws KeyStoreException, in store() method in KeyStore
/libcore/luni/src/test/java/libcore/java/security/
DKeyStoreTest.java2221 KeyStore store = KeyStore.getInstance(KeyStore.getDefaultType()); in testDefaultKeystore() local
2228 KeyStore store = KeyStore.getInstance("BKS"); in testDefaultKeystore() local
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
DTrustedCertificateStoreTest.java190 private TrustedCertificateStore store; field in TrustedCertificateStoreTest
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java96 private static File store; field in HttpsURLConnectionTest