Searched defs:ApplicationTrustManager (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java62 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
81 Logger.getLogger(ApplicationTrustManager.class.getName());
106 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
354 * Creates a copy of this ApplicationTrustManager.
355 * @return a copy of this ApplicationTrustManager.
357 public ApplicationTrustManager createCopy()
359 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java63 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
82 Logger.getLogger(ApplicationTrustManager.class.getName());
107 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
355 * Creates a copy of this ApplicationTrustManager.
356 * @return a copy of this ApplicationTrustManager.
358 public ApplicationTrustManager createCopy()
360 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java63 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
82 Logger.getLogger(ApplicationTrustManager.class.getName());
107 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
355 * Creates a copy of this ApplicationTrustManager.
356 * @return a copy of this ApplicationTrustManager.
358 public ApplicationTrustManager createCopy()
360 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java62 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
81 Logger.getLogger(ApplicationTrustManager.class.getName());
106 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
354 * Creates a copy of this ApplicationTrustManager.
355 * @return a copy of this ApplicationTrustManager.
357 public ApplicationTrustManager createCopy()
359 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java63 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
82 Logger.getLogger(ApplicationTrustManager.class.getName());
107 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
355 * Creates a copy of this ApplicationTrustManager.
356 * @return a copy of this ApplicationTrustManager.
358 public ApplicationTrustManager createCopy()
360 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java62 public class ApplicationTrustManager implements X509TrustManager class in inherits:X509TrustManager
104 public ApplicationTrustManager(KeyStore keystore) method in class:ApplicationTrustManager
321 * Creates a copy of this ApplicationTrustManager.
322 * @return a copy of this ApplicationTrustManager.
324 public ApplicationTrustManager createCopy()
326 ApplicationTrustManager copy = new ApplicationTrustManager(keystore);

Completed in 76 milliseconds