/external/conscrypt/platform/src/main/java/org/conscrypt/ |
D | TrustManagerImpl.java | 157 TrustedCertificateStore certStore) { in TrustManagerImpl() argument 158 this(keyStore, manager, certStore, null); in TrustManagerImpl() 162 TrustedCertificateStore certStore, in TrustManagerImpl() argument 164 this(keyStore, manager, certStore, blacklist, null, null, null); in TrustManagerImpl() 171 TrustedCertificateStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore, in TrustManagerImpl() argument 188 (certStore != null) ? certStore : new TrustedCertificateStore(); in TrustManagerImpl() 193 trustedCertificateStoreLocal = certStore; in TrustManagerImpl()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | PKIXCertStoreSelector.java | 66 …n<? extends Certificate> getCertificates(final PKIXCertStoreSelector selector, CertStore certStore) in getCertificates() argument 69 return certStore.getCertificates(new SelectorClone(selector)); in getCertificates()
|
D | PKIXCRLStoreSelector.java | 315 … static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore certStore) in getCRLs() argument 318 return certStore.getCRLs(new SelectorClone(selector)); in getCRLs()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedGenerator.java | 128 Store certStore) in addCertificates() argument 131 certs.addAll(CMSUtils.getCertificatesFromStore(certStore)); in addCertificates()
|
D | CMSUtils.java | 105 static List getCertificatesFromStore(Store certStore) in getCertificatesFromStore() argument 112 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();) in getCertificatesFromStore()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | CertPathValidatorUtilities.java | 677 CertStore certStore = (CertStore)obj; in findCertificates() local 681 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
|
/external/nist-pkits/src/libcore/java/security/cert/ |
D | X509CertificateNistPkitsTest.java | 154 CertStore certStore = CertStore.getInstance("Collection", certStoreParams); in getTestPathParams() local 160 params.addCertStore(certStore); in getTestPathParams()
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 8300 - Store certStore = (Store)obj; 8303 - certs.addAll(certStore.getMatches(certSelect)); 8315 + // X509Store certStore = (X509Store)obj; 8318 + // certs.addAll(certStore.getMatches(certSelect)); 8329 CertStore certStore = (CertStore)obj;
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |