Searched refs:certStores (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXParameters.java98 private List<CertStore> certStores; field in class:PKIXParameters
124 this.certStores = new ArrayList<CertStore>();
160 this.certStores = new ArrayList<CertStore>();
283 this.certStores = new ArrayList<CertStore>();
291 this.certStores = new ArrayList<CertStore>(stores);
304 this.certStores.add(store);
319 (new ArrayList<CertStore>(this.certStores));
669 if (certStores != null) {
670 copy.certStores = new ArrayList<CertStore>(certStores);
[all...]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DDistributionPointFetcher.java72 List<CertStore> certStores,
78 return getCRLs(selector, signFlag, prevKey, null, provider, certStores,
91 List<CertStore> certStores,
123 certStores, trustAnchors, validity);
147 String provider, List<CertStore> certStores,
186 certStores));
211 trustAnchors, certStores, validity)) {
254 * Fetch CRLs from certStores.
263 List<CertStore> certStores)
274 for (CertStore store : certStores) {
68 getCRLs(X509CRLSelector selector, boolean signFlag, PublicKey prevKey, String provider, List<CertStore> certStores, boolean[] reasonsMask, Set<TrustAnchor> trustAnchors, Date validity) argument
86 getCRLs(X509CRLSelector selector, boolean signFlag, PublicKey prevKey, X509Certificate prevCert, String provider, List<CertStore> certStores, boolean[] reasonsMask, Set<TrustAnchor> trustAnchors, Date validity) argument
144 getCRLs(X509CRLSelector selector, X509CertImpl certImpl, DistributionPoint point, boolean[] reasonsMask, boolean signFlag, PublicKey prevKey, X509Certificate prevCert, String provider, List<CertStore> certStores, Set<TrustAnchor> trustAnchors, Date validity) argument
261 getCRLs(X500Name name, X500Principal certIssuer, List<CertStore> certStores) argument
316 verifyCRL(X509CertImpl certImpl, DistributionPoint point, X509CRL crl, boolean[] reasonsMask, boolean signFlag, PublicKey prevKey, X509Certificate prevCert, String provider, Set<TrustAnchor> trustAnchors, List<CertStore> certStores, Date validity) argument
[all...]
H A DBuilder.java81 * Retrieves certificates from the list of certStores using the buildParams
85 * @param certStores list of CertStores
88 (State currentState, List<CertStore> certStores)
428 Collection<CertStore> certStores,
450 for (CertStore store : certStores) {
87 getMatchingCerts(State currentState, List<CertStore> certStores) argument
427 addMatchingCerts(X509CertSelector selector, Collection<CertStore> certStores, Collection<X509Certificate> resultCerts, boolean checkAll) argument
H A DPKIX.java143 List<CertStore> certStores() { method in class:PKIX.ValidatorParams
216 certStores(), (X509CertSelector)targetCertConstraints());
218 @Override List<CertStore> certStores() { method in class:PKIX.BuilderParams
H A DForwardBuilder.java106 * @param certStores list of CertStores
110 List<CertStore> certStores)
132 getMatchingEECerts(currState, certStores, certs);
134 getMatchingCACerts(currState, certStores, certs);
144 List<CertStore> certStores,
180 addMatchingCerts(eeSelector, certStores, eeCerts, searchAllCertStores);
188 List<CertStore> certStores,
326 if (addMatchingCerts(sel, certStores,
109 getMatchingCerts(State currentState, List<CertStore> certStores) argument
143 getMatchingEECerts(ForwardState currentState, List<CertStore> certStores, Collection<X509Certificate> eeCerts) argument
187 getMatchingCACerts(ForwardState currentState, List<CertStore> certStores, Collection<X509Certificate> caCerts) argument
H A DRevocationChecker.java62 private List<CertStore> certStores; field in class:RevocationChecker
108 params.certStores())
151 this.certStores = new ArrayList<>(params.certStores());
153 this.certStores.add(CertStore.getInstance("Collection",
502 for (CertStore store : certStores) {
554 params.sigProvider(), certStores,
836 certStores, params.date()))
959 builderParams.setCertStores(certStores);
H A DSunCertPathBuilder.java264 builder.getMatchingCerts(currentState, buildParams.certStores());

Completed in 98 milliseconds