| /libcore/luni/src/main/java/java/net/ |
| D | CookieManager.java | 56 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/ |
| D | SSLSessionTest.java | 79 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/ |
| D | OldPKIXParametersTest.java | 183 KeyStore store = KeyStore.getInstance("PKCS12"); in testPKIXParametersKeyStore04() local
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | TrustedCertificateKeyStoreSpi.java | 33 private final TrustedCertificateStore store = new TrustedCertificateStore(); field in TrustedCertificateKeyStoreSpi
|
| /libcore/luni/src/main/java/java/util/ |
| D | Properties.java | 523 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/ |
| D | PKIXParameters.java | 301 public void addCertStore(CertStore store) { in addCertStore()
|
| /libcore/luni/src/main/java/java/security/ |
| D | KeyStore.java | 530 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/ |
| D | KeyStoreTest.java | 2221 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/ |
| D | TrustedCertificateStoreTest.java | 190 private TrustedCertificateStore store; field in TrustedCertificateStoreTest
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| D | HttpsURLConnectionTest.java | 96 private static File store; field in HttpsURLConnectionTest
|