Searched defs:ce (Results 1 - 25 of 84) sorted by relevance

1234

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java432 private void handleCertificateException(UserDataCertificateException ce) argument
434 CertificateDialog dlg = new CertificateDialog(null, ce);
441 X509Certificate[] chain = ce.getChain();
442 String authType = ce.getAuthType();
443 String host = ce.getHost();
480 X509Certificate[] chain = ce.getChain();
H A DLocalOrRemotePanel.java847 private void handleCertificateException(UserDataCertificateException ce) argument
849 CertificateDialog dlg = new CertificateDialog(null, ce);
856 X509Certificate[] chain = ce.getChain();
857 String authType = ce.getAuthType();
858 String host = ce.getHost();
895 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java431 private void handleCertificateException(UserDataCertificateException ce) argument
433 CertificateDialog dlg = new CertificateDialog(null, ce);
440 X509Certificate[] chain = ce.getChain();
441 String authType = ce.getAuthType();
442 String host = ce.getHost();
479 X509Certificate[] chain = ce.getChain();
H A DLocalOrRemotePanel.java846 private void handleCertificateException(UserDataCertificateException ce) argument
848 CertificateDialog dlg = new CertificateDialog(null, ce);
855 X509Certificate[] chain = ce.getChain();
856 String authType = ce.getAuthType();
857 String host = ce.getHost();
894 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java432 private void handleCertificateException(UserDataCertificateException ce) argument
434 CertificateDialog dlg = new CertificateDialog(null, ce);
441 X509Certificate[] chain = ce.getChain();
442 String authType = ce.getAuthType();
443 String host = ce.getHost();
480 X509Certificate[] chain = ce.getChain();
H A DLocalOrRemotePanel.java847 private void handleCertificateException(UserDataCertificateException ce) argument
849 CertificateDialog dlg = new CertificateDialog(null, ce);
856 X509Certificate[] chain = ce.getChain();
857 String authType = ce.getAuthType();
858 String host = ce.getHost();
895 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java431 private void handleCertificateException(UserDataCertificateException ce) argument
433 CertificateDialog dlg = new CertificateDialog(null, ce);
440 X509Certificate[] chain = ce.getChain();
441 String authType = ce.getAuthType();
442 String host = ce.getHost();
479 X509Certificate[] chain = ce.getChain();
H A DLocalOrRemotePanel.java846 private void handleCertificateException(UserDataCertificateException ce) argument
848 CertificateDialog dlg = new CertificateDialog(null, ce);
855 X509Certificate[] chain = ce.getChain();
856 String authType = ce.getAuthType();
857 String host = ce.getHost();
894 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java432 private void handleCertificateException(UserDataCertificateException ce) argument
434 CertificateDialog dlg = new CertificateDialog(null, ce);
441 X509Certificate[] chain = ce.getChain();
442 String authType = ce.getAuthType();
443 String host = ce.getHost();
480 X509Certificate[] chain = ce.getChain();
H A DLocalOrRemotePanel.java847 private void handleCertificateException(UserDataCertificateException ce) argument
849 CertificateDialog dlg = new CertificateDialog(null, ce);
856 X509Certificate[] chain = ce.getChain();
857 String authType = ce.getAuthType();
858 String host = ce.getHost();
895 X509Certificate[] chain = ce.getChain();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLoginPanel.java413 private void handleCertificateException(UserDataCertificateException ce) argument
415 CertificateDialog dlg = new CertificateDialog(null, ce);
422 X509Certificate[] chain = ce.getChain();
423 String authType = ce.getAuthType();
424 String host = ce.getHost();
462 X509Certificate[] chain = ce.getChain();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java187 catch (CertificateException ce)
199 catch (CertificateException ce)
201 manageException(chain, authType, ce, Cause.NOT_TRUSTED);
210 catch (CertificateException ce)
212 manageException(chain, authType, ce, Cause.HOST_NAME_MISMATCH);
230 catch (CertificateException ce)
242 catch (CertificateException ce)
244 manageException(chain, authType, ce, Cause.NOT_TRUSTED);
253 catch (CertificateException ce)
255 manageException(chain, authType, ce, Caus
260 manageException(final X509Certificate[] chain, final String authType, final CertificateException ce, final Cause cause) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java100 private UserDataCertificateException ce; field in class:CertificateDialog
114 * @param ce the UserDataCertificateException we use to get the information
118 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
121 this.ce = ce;
284 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
287 ce.getHost(), String.valueOf(ce.getPort()),
288 ce.getHost(), String.valueOf(ce
[all...]
H A DGuiApplication.java421 * @param ce the UserDataCertificateException that contains the information to
426 protected void acceptCertificateForException(UserDataCertificateException ce, argument
429 X509Certificate[] chain = ce.getChain();
430 String authType = ce.getAuthType();
431 String host = ce.getHost();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java657 private void handleCertificateException(UserDataCertificateException ce) argument
659 CertificateDialog dlg = new CertificateDialog(parent, ce);
664 X509Certificate[] chain = ce.getChain();
665 String authType = ce.getAuthType();
666 String host = ce.getHost();
703 X509Certificate[] chain = ce.getChain();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java101 private UserDataCertificateException ce; field in class:CertificateDialog
115 * @param ce the UserDataCertificateException we use to get the information
119 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
122 this.ce = ce;
285 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
288 ce.getHost(), String.valueOf(ce.getPort()),
289 ce.getHost(), String.valueOf(ce
[all...]
H A DGuiApplication.java422 * @param ce the UserDataCertificateException that contains the information to
427 protected void acceptCertificateForException(UserDataCertificateException ce, argument
430 X509Certificate[] chain = ce.getChain();
431 String authType = ce.getAuthType();
432 String host = ce.getHost();
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java656 private void handleCertificateException(UserDataCertificateException ce) argument
658 CertificateDialog dlg = new CertificateDialog(parent, ce);
663 X509Certificate[] chain = ce.getChain();
664 String authType = ce.getAuthType();
665 String host = ce.getHost();
702 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java101 private UserDataCertificateException ce; field in class:CertificateDialog
115 * @param ce the UserDataCertificateException we use to get the information
119 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
122 this.ce = ce;
285 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
288 ce.getHost(), String.valueOf(ce.getPort()),
289 ce.getHost(), String.valueOf(ce
[all...]
H A DGuiApplication.java422 * @param ce the UserDataCertificateException that contains the information to
427 protected void acceptCertificateForException(UserDataCertificateException ce, argument
430 X509Certificate[] chain = ce.getChain();
431 String authType = ce.getAuthType();
432 String host = ce.getHost();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java657 private void handleCertificateException(UserDataCertificateException ce) argument
659 CertificateDialog dlg = new CertificateDialog(parent, ce);
664 X509Certificate[] chain = ce.getChain();
665 String authType = ce.getAuthType();
666 String host = ce.getHost();
703 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java656 private void handleCertificateException(UserDataCertificateException ce) argument
658 CertificateDialog dlg = new CertificateDialog(parent, ce);
663 X509Certificate[] chain = ce.getChain();
664 String authType = ce.getAuthType();
665 String host = ce.getHost();
702 X509Certificate[] chain = ce.getChain();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java100 private UserDataCertificateException ce; field in class:CertificateDialog
114 * @param ce the UserDataCertificateException we use to get the information
118 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
121 this.ce = ce;
284 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
287 ce.getHost(), String.valueOf(ce.getPort()),
288 ce.getHost(), String.valueOf(ce
[all...]
H A DGuiApplication.java421 * @param ce the UserDataCertificateException that contains the information to
426 protected void acceptCertificateForException(UserDataCertificateException ce, argument
429 X509Certificate[] chain = ce.getChain();
430 String authType = ce.getAuthType();
431 String host = ce.getHost();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DLoginDialog.java657 private void handleCertificateException(UserDataCertificateException ce) argument
659 CertificateDialog dlg = new CertificateDialog(parent, ce);
664 X509Certificate[] chain = ce.getChain();
665 String authType = ce.getAuthType();
666 String host = ce.getHost();
703 X509Certificate[] chain = ce.getChain();

Completed in 846 milliseconds

1234