Searched refs:certStore (Results 1 – 10 of 10) sorted by relevance
46 private final TrustedCertificateStore certStore; field in PinListEntry60 certStore = store; in PinListEntry()142 if (certStore == null) { in chainContainsUserCert()146 if (certStore.isUserAddedCertificate(cert)) { in chainContainsUserCert()
44 private final TrustedCertificateStore certStore; field in CertPinManager48 certStore = store; in CertPinManager()57 certStore = store; in CertPinManager()98 PinListEntry pin = new PinListEntry(entry, certStore); in ensureInitialized()
117 TrustedCertificateStore certStore) { in TrustManagerImpl() argument133 (certStore != null) ? certStore : new TrustedCertificateStore(); in TrustManagerImpl()138 trustedCertificateStoreLocal = certStore; in TrustManagerImpl()
51 …n<? extends Certificate> getCertificates(final PKIXCertStoreSelector selector, CertStore certStore) in getCertificates() argument54 return certStore.getCertificates(new CertSelector() in getCertificates()
297 … static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore certStore) in getCRLs() argument300 return certStore.getCRLs(new CRLSelector() in getCRLs()
128 Store certStore) in addCertificates() argument131 certs.addAll(CMSUtils.getCertificatesFromStore(certStore)); in addCertificates()
56 static List getCertificatesFromStore(Store certStore) in getCertificatesFromStore() argument63 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();) in getCertificatesFromStore()
676 CertStore certStore = (CertStore)obj; in findCertificates() local680 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
136 CertStore certStore = CertStore.getInstance("Collection", certStoreParams); in getTestPathParams() local142 params.addCertStore(certStore); in getTestPathParams()
8116 - 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;