Searched refs:acceptedChains (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java93 private ArrayList<X509Certificate[]> acceptedChains = field in class:ApplicationTrustManager
322 acceptedChains.add(chain);
363 copy.acceptedChains.addAll(acceptedChains);
384 for (int i=0; i<acceptedChains.size() && !found; i++)
388 X509Certificate[] current = acceptedChains.get(i);
432 X509Certificate[] current = acceptedChains.get(i);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java94 private ArrayList<X509Certificate[]> acceptedChains = field in class:ApplicationTrustManager
323 acceptedChains.add(chain);
364 copy.acceptedChains.addAll(acceptedChains);
385 for (int i=0; i<acceptedChains.size() && !found; i++)
389 X509Certificate[] current = acceptedChains.get(i);
433 X509Certificate[] current = acceptedChains.get(i);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java94 private ArrayList<X509Certificate[]> acceptedChains = field in class:ApplicationTrustManager
323 acceptedChains.add(chain);
364 copy.acceptedChains.addAll(acceptedChains);
385 for (int i=0; i<acceptedChains.size() && !found; i++)
389 X509Certificate[] current = acceptedChains.get(i);
433 X509Certificate[] current = acceptedChains.get(i);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java93 private ArrayList<X509Certificate[]> acceptedChains = field in class:ApplicationTrustManager
322 acceptedChains.add(chain);
363 copy.acceptedChains.addAll(acceptedChains);
384 for (int i=0; i<acceptedChains.size() && !found; i++)
388 X509Certificate[] current = acceptedChains.get(i);
432 X509Certificate[] current = acceptedChains.get(i);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java94 private ArrayList<X509Certificate[]> acceptedChains = field in class:ApplicationTrustManager
323 acceptedChains.add(chain);
364 copy.acceptedChains.addAll(acceptedChains);
385 for (int i=0; i<acceptedChains.size() && !found; i++)
389 X509Certificate[] current = acceptedChains.get(i);
433 X509Certificate[] current = acceptedChains.get(i);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java92 private ArrayList<X509Certificate[]> acceptedChains = new ArrayList<>(); field in class:ApplicationTrustManager
289 acceptedChains.add(chain);
330 copy.acceptedChains.addAll(acceptedChains);
351 for (int i=0; i<acceptedChains.size() && !found; i++)
355 X509Certificate[] current = acceptedChains.get(i);
399 X509Certificate[] current = acceptedChains.get(i);

Completed in 35 milliseconds