Searched refs:chain (Results 1 - 25 of 203) sorted by relevance

123456789

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DOpendsCertificateException.java36 * this exception is thrown. This allows to get the certificate chain
44 /** Private certificate chain. */
45 private X509Certificate[] chain; field in class:OpendsCertificateException
54 * @param chain the certificate chain which is unknown and has caused
57 public OpendsCertificateException(X509Certificate[] chain) argument
60 this.chain = chain;
68 * @param chain the certificate chain whic
71 OpendsCertificateException(String msg, X509Certificate[] chain) argument
84 OpendsCertificateException(X509Certificate[] chain, CertificateException cause) argument
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DOpendsCertificateException.java37 * this exception is thrown. This allows to get the certificate chain
50 // Private certificate chain
52 private X509Certificate[] chain; field in class:OpendsCertificateException
61 * @param chain the certificate chain which is unknown and has caused
64 public OpendsCertificateException(X509Certificate[] chain) argument
67 this.chain = chain;
75 * @param chain the certificate chain whic
78 OpendsCertificateException(String msg, X509Certificate[] chain) argument
[all...]
H A DApplicationTrustManager.java187 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
197 trustManager.checkClientTrusted(chain, authType);
201 verifyAcceptedCertificates(chain, authType);
207 verifyAcceptedCertificates(chain, authType);
213 lastRefusedChain = chain;
217 chain);
226 verifyHostName(chain, authType);
230 lastRefusedChain = chain;
234 chain);
244 public void checkServerTrusted(X509Certificate[] chain, argument
319 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
380 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
410 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
H A DBlindTrustManager.java41 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
49 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DOpendsCertificateException.java38 * this exception is thrown. This allows to get the certificate chain
51 // Private certificate chain
53 private X509Certificate[] chain; field in class:OpendsCertificateException
62 * @param chain the certificate chain which is unknown and has caused
65 public OpendsCertificateException(X509Certificate[] chain) argument
68 this.chain = chain;
76 * @param chain the certificate chain whic
79 OpendsCertificateException(String msg, X509Certificate[] chain) argument
[all...]
H A DApplicationTrustManager.java188 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
198 trustManager.checkClientTrusted(chain, authType);
202 verifyAcceptedCertificates(chain, authType);
208 verifyAcceptedCertificates(chain, authType);
214 lastRefusedChain = chain;
218 chain);
227 verifyHostName(chain, authType);
231 lastRefusedChain = chain;
235 chain);
245 public void checkServerTrusted(X509Certificate[] chain, argument
320 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
381 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
411 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
H A DBlindTrustManager.java42 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
50 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DOpendsCertificateException.java38 * this exception is thrown. This allows to get the certificate chain
51 // Private certificate chain
53 private X509Certificate[] chain; field in class:OpendsCertificateException
62 * @param chain the certificate chain which is unknown and has caused
65 public OpendsCertificateException(X509Certificate[] chain) argument
68 this.chain = chain;
76 * @param chain the certificate chain whic
79 OpendsCertificateException(String msg, X509Certificate[] chain) argument
[all...]
H A DApplicationTrustManager.java188 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
198 trustManager.checkClientTrusted(chain, authType);
202 verifyAcceptedCertificates(chain, authType);
208 verifyAcceptedCertificates(chain, authType);
214 lastRefusedChain = chain;
218 chain);
227 verifyHostName(chain, authType);
231 lastRefusedChain = chain;
235 chain);
245 public void checkServerTrusted(X509Certificate[] chain, argument
320 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
381 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
411 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
H A DBlindTrustManager.java42 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
50 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DOpendsCertificateException.java37 * this exception is thrown. This allows to get the certificate chain
50 // Private certificate chain
52 private X509Certificate[] chain; field in class:OpendsCertificateException
61 * @param chain the certificate chain which is unknown and has caused
64 public OpendsCertificateException(X509Certificate[] chain) argument
67 this.chain = chain;
75 * @param chain the certificate chain whic
78 OpendsCertificateException(String msg, X509Certificate[] chain) argument
[all...]
H A DApplicationTrustManager.java187 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
197 trustManager.checkClientTrusted(chain, authType);
201 verifyAcceptedCertificates(chain, authType);
207 verifyAcceptedCertificates(chain, authType);
213 lastRefusedChain = chain;
217 chain);
226 verifyHostName(chain, authType);
230 lastRefusedChain = chain;
234 chain);
244 public void checkServerTrusted(X509Certificate[] chain, argument
319 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
380 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
410 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
H A DBlindTrustManager.java41 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
49 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DOpendsCertificateException.java38 * this exception is thrown. This allows to get the certificate chain
51 // Private certificate chain
53 private X509Certificate[] chain; field in class:OpendsCertificateException
62 * @param chain the certificate chain which is unknown and has caused
65 public OpendsCertificateException(X509Certificate[] chain) argument
68 this.chain = chain;
76 * @param chain the certificate chain whic
79 OpendsCertificateException(String msg, X509Certificate[] chain) argument
[all...]
H A DApplicationTrustManager.java188 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
198 trustManager.checkClientTrusted(chain, authType);
202 verifyAcceptedCertificates(chain, authType);
208 verifyAcceptedCertificates(chain, authType);
214 lastRefusedChain = chain;
218 chain);
227 verifyHostName(chain, authType);
231 lastRefusedChain = chain;
235 chain);
245 public void checkServerTrusted(X509Certificate[] chain, argument
320 acceptCertificate(X509Certificate[] chain, String authType, String host) argument
381 verifyAcceptedCertificates(X509Certificate[] chain, String authType) argument
411 verifyHostName(X509Certificate[] chain, String authType) argument
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java43 private X509Certificate[] chain; field in class:UserDataCertificateException
71 * @param chain the certificate chain.
76 Throwable t, String host, int port, X509Certificate[] chain,
82 this.chain = chain;
124 * Returns the certificate chain received when this exception was generated.
125 * @return the certificate chain received when this exception was generated.
129 return chain;
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java44 private X509Certificate[] chain; field in class:UserDataCertificateException
72 * @param chain the certificate chain.
77 Throwable t, String host, int port, X509Certificate[] chain,
83 this.chain = chain;
125 * Returns the certificate chain received when this exception was generated.
126 * @return the certificate chain received when this exception was generated.
130 return chain;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java44 private X509Certificate[] chain; field in class:UserDataCertificateException
72 * @param chain the certificate chain.
77 Throwable t, String host, int port, X509Certificate[] chain,
83 this.chain = chain;
125 * Returns the certificate chain received when this exception was generated.
126 * @return the certificate chain received when this exception was generated.
130 return chain;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java43 private X509Certificate[] chain; field in class:UserDataCertificateException
71 * @param chain the certificate chain.
76 Throwable t, String host, int port, X509Certificate[] chain,
82 this.chain = chain;
124 * Returns the certificate chain received when this exception was generated.
125 * @return the certificate chain received when this exception was generated.
129 return chain;
75 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataCertificateException.java44 private X509Certificate[] chain; field in class:UserDataCertificateException
72 * @param chain the certificate chain.
77 Throwable t, String host, int port, X509Certificate[] chain,
83 this.chain = chain;
125 * Returns the certificate chain received when this exception was generated.
126 * @return the certificate chain received when this exception was generated.
130 return chain;
76 UserDataCertificateException(WizardStep step, Message message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DUserDataCertificateException.java44 private X509Certificate[] chain; field in class:UserDataCertificateException
72 * @param chain the certificate chain.
77 Throwable t, String host, int port, X509Certificate[] chain,
83 this.chain = chain;
125 * Returns the certificate chain received when this exception was generated.
126 * @return the certificate chain received when this exception was generated.
130 return chain;
76 UserDataCertificateException(WizardStep step, LocalizableMessage message, Throwable t, String host, int port, X509Certificate[] chain, String authType, Type type) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java52 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
60 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java51 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
59 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java52 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
60 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DBlindApplicationTrustManager.java51 public void checkClientTrusted(X509Certificate[] chain, String authType) argument
59 public void checkServerTrusted(X509Certificate[] chain, String authType) argument

Completed in 118 milliseconds

123456789