HomeSort by relevance Sort by last modified time
    Searched defs:CertStore (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/public/browser/
cert_store.h 26 class CertStore {
28 // Returns the singleton instance of the CertStore.
29 CONTENT_EXPORT static CertStore* GetInstance();
46 virtual ~CertStore() {}
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 33 public class CertStore {
36 private static final String SERVICE = "CertStore";
42 private static final String PROPERTY_NAME = "certstore.type";
44 // Default value of CertStore type. It returns if certpathbuild.type
61 * Creates a new {@code CertStore} instance.
72 protected CertStore(CertStoreSpi storeSpi, Provider provider, String type,
81 * Creates a new {@code CertStore} instance with the specified type and
97 public static CertStore getInstance(String type, CertStoreParameters params)
104 return new CertStore((CertStoreSpi) sap.spi, sap.provider, type, params);
116 * Creates a new {@code CertStore} instance from the specified provider wit
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStore1Test.java 29 import java.security.cert.CertStore;
44 * Tests for <code>CertStore</code> class constructors and
58 public static final String srvCertStore = "CertStore";
116 private CertStore [] createCS() {
122 CertStore [] ss = new CertStore[3];
123 ss[0] = CertStore.getInstance(dType, dParams);
124 ss[1] = CertStore.getInstance(dType, dParams, dProv);
125 ss[2] = CertStore.getInstance(dType, dParams, dName);
135 * Assertion: returns security property "certstore.type" or "LDAP
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertStore_ImplTest.java 31 import java.security.cert.CertStore;
45 * Tests for <code>CertStore</code> class constructors and methods
50 private static final String srvCertStore = "CertStore";
51 private static final String defaultAlg = "CertStore";
62 validValues[2] = "CeRTSTore";
63 validValues[3] = "CERTstore";
85 private void checkResult(CertStore certS) throws CertStoreException,
103 * returns CertStore object
108 mPar mp = new mPar("CertStore");
110 CertStore.getInstance(null, p)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 36 import java.security.cert.CertStore;
45 * Tests for <code>CertStore</code> class constructors and
51 public static final String srvCertStore = "CertStore";
109 private CertStore [] createCS() {
115 CertStore [] ss = new CertStore[3];
116 ss[0] = CertStore.getInstance(dType, dParams);
117 ss[1] = CertStore.getInstance(dType, dParams, dProv);
118 ss[2] = CertStore.getInstance(dType, dParams, dName);
128 * Assertion: returns security property "certstore.type" or "LDAP
    [all...]
CertStore2Test.java 13 import java.security.cert.CertStore;
43 CertStore certStore = CertStore.getInstance(CERT_STORE_NAME,
45 assertNotNull(certStore);
46 assertNotNull(certStore.getCertStoreParameters());
47 assertNotSame(parameters, certStore.getCertStoreParameters());
55 CertStore certStore = CertStore.getInstance(CERT_STORE_NAME, null)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 242 milliseconds