/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | LoginPanel.java | 432 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 D | LocalOrRemotePanel.java | 847 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 D | LoginPanel.java | 431 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 D | LocalOrRemotePanel.java | 846 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 D | LoginPanel.java | 432 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 D | LocalOrRemotePanel.java | 847 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 D | LoginPanel.java | 431 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 D | LocalOrRemotePanel.java | 846 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 D | LoginPanel.java | 432 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 D | LocalOrRemotePanel.java | 847 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 D | LoginPanel.java | 413 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 D | ApplicationTrustManager.java | 187 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 D | CertificateDialog.java | 100 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 D | GuiApplication.java | 421 * @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 D | LoginDialog.java | 657 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 D | CertificateDialog.java | 101 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 D | GuiApplication.java | 422 * @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 D | LoginDialog.java | 656 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 D | CertificateDialog.java | 101 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 D | GuiApplication.java | 422 * @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 D | LoginDialog.java | 657 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 D | LoginDialog.java | 656 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 D | CertificateDialog.java | 100 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 D | GuiApplication.java | 421 * @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 D | LoginDialog.java | 657 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();
|