Home
last modified time | relevance | path

Searched refs:certStore (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/src/platform/java/org/conscrypt/
DPinListEntry.java46 private final TrustedCertificateStore certStore; field in PinListEntry
60 certStore = store; in PinListEntry()
142 if (certStore == null) { in chainContainsUserCert()
146 if (certStore.isUserAddedCertificate(cert)) { in chainContainsUserCert()
DCertPinManager.java44 private final TrustedCertificateStore certStore; field in CertPinManager
48 certStore = store; in CertPinManager()
57 certStore = store; in CertPinManager()
98 PinListEntry pin = new PinListEntry(entry, certStore); in ensureInitialized()
DTrustManagerImpl.java117 TrustedCertificateStore certStore) { in TrustManagerImpl() argument
133 (certStore != null) ? certStore : new TrustedCertificateStore(); in TrustManagerImpl()
138 trustedCertificateStoreLocal = certStore; in TrustManagerImpl()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCertStoreSelector.java51 …n<? extends Certificate> getCertificates(final PKIXCertStoreSelector selector, CertStore certStore) in getCertificates() argument
54 return certStore.getCertificates(new CertSelector() in getCertificates()
DPKIXCRLStoreSelector.java297 … static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore certStore) in getCRLs() argument
300 return certStore.getCRLs(new CRLSelector() in getCRLs()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedGenerator.java128 Store certStore) in addCertificates() argument
131 certs.addAll(CMSUtils.getCertificatesFromStore(certStore)); in addCertificates()
DCMSUtils.java56 static List getCertificatesFromStore(Store certStore) in getCertificatesFromStore() argument
63 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();) in getCertificatesFromStore()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertPathValidatorUtilities.java676 CertStore certStore = (CertStore)obj; in findCertificates() local
680 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java136 CertStore certStore = CertStore.getInstance("Collection", certStoreParams); in getTestPathParams() local
142 params.addCertStore(certStore); in getTestPathParams()
/external/bouncycastle/patches/
Dbcprov.patch8116 - Store certStore = (Store)obj;
8119 - certs.addAll(certStore.getMatches(certSelect));
8131 + // X509Store certStore = (X509Store)obj;
8134 + // certs.addAll(certStore.getMatches(certSelect));
8145 CertStore certStore = (CertStore)obj;