/forgerock/opendj2/src/ads/org/opends/admin/ads/util/ |
H A D | OpendsCertificateException.java | 37 * 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 D | BlindTrustManager.java | 41 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 D | OpendsCertificateException.java | 38 * 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 D | BlindTrustManager.java | 42 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 D | OpendsCertificateException.java | 38 * 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 D | BlindTrustManager.java | 42 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 D | OpendsCertificateException.java | 37 * 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 D | BlindTrustManager.java | 41 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 D | OpendsCertificateException.java | 38 * 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...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | BlindTrustManagerProvider.java | 105 * Determines whether an SSL client with the provided certificate chain should 108 * @param chain The certificate chain for the SSL client. 111 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 120 * Determines whether an SSL server with the provided certificate chain should 123 * @param chain The certificate chain for the SSL server. 126 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/ |
H A D | PromptTrustManager.java | 93 * Determines whether an SSL client with the provided certificate chain should 97 * @param chain The certificate chain for the SSL client. 103 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 113 * Determines whether an SSL server with the provided certificate chain should 117 * @param chain The certificate chain for the SSL server. 122 public void checkServerTrusted(X509Certificate[] chain, String authType) argument 125 if ((chain == null) || (chain [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/util/ |
H A D | ExpirationCheckTrustManager.java | 79 * chain. In this case, the peer will only be trusted if all certificates in 80 * the chain are within the validity window and the parent trust manager also 83 * @param chain The peer certificate chain. 86 * @throws CertificateException If the client certificate chain is not 89 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 93 for (X509Certificate c : chain) 117 trustManager.checkClientTrusted(chain, authType); 124 * chain. In this case, the peer will only be trusted if all certificates in 125 * the chain ar 134 checkServerTrusted(X509Certificate[] chain, String authType) argument [all...] |
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | UIKeyStore.java | 127 * Updates the Key Store with the provided certificate chain. 128 * @param chain the certificate chain to be accepted. 136 public static void acceptCertificate(X509Certificate[] chain) argument 140 LOG.log(Level.INFO, "Accepting certificate chain."); 142 for (X509Certificate aChain : chain) {
|
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | BlindTrustManagerProvider.java | 104 * Determines whether an SSL client with the provided certificate chain should 107 * @param chain The certificate chain for the SSL client. 110 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 119 * Determines whether an SSL server with the provided certificate chain should 122 * @param chain The certificate chain for the SSL server. 125 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | BlindApplicationTrustManager.java | 52 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 60 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/ |
H A D | UIKeyStore.java | 128 * Updates the Key Store with the provided certificate chain. 129 * @param chain the certificate chain to be accepted. 137 public static void acceptCertificate(X509Certificate[] chain) argument 141 LOG.log(Level.INFO, "Accepting certificate chain."); 143 for (X509Certificate aChain : chain) {
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | BlindApplicationTrustManager.java | 51 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 59 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
|
/forgerock/opendj2/src/server/org/opends/server/tools/ |
H A D | PromptTrustManager.java | 92 * Determines whether an SSL client with the provided certificate chain should 96 * @param chain The certificate chain for the SSL client. 102 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 112 * Determines whether an SSL server with the provided certificate chain should 116 * @param chain The certificate chain for the SSL server. 121 public void checkServerTrusted(X509Certificate[] chain, String authType) argument 124 if ((chain == null) || (chain [all...] |
/forgerock/opendj2/src/server/org/opends/server/util/ |
H A D | ExpirationCheckTrustManager.java | 78 * chain. In this case, the peer will only be trusted if all certificates in 79 * the chain are within the validity window and the parent trust manager also 82 * @param chain The peer certificate chain. 85 * @throws CertificateException If the client certificate chain is not 88 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 92 for (X509Certificate c : chain) 116 trustManager.checkClientTrusted(chain, authType); 123 * chain. In this case, the peer will only be trusted if all certificates in 124 * the chain ar 133 checkServerTrusted(X509Certificate[] chain, String authType) argument [all...] |
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | UIKeyStore.java | 128 * Updates the Key Store with the provided certificate chain. 129 * @param chain the certificate chain to be accepted. 137 public static void acceptCertificate(X509Certificate[] chain) argument 141 LOG.log(Level.INFO, "Accepting certificate chain."); 143 for (X509Certificate aChain : chain) {
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | BlindTrustManagerProvider.java | 105 * Determines whether an SSL client with the provided certificate chain should 108 * @param chain The certificate chain for the SSL client. 111 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 120 * Determines whether an SSL server with the provided certificate chain should 123 * @param chain The certificate chain for the SSL server. 126 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/ |
H A D | PromptTrustManager.java | 93 * Determines whether an SSL client with the provided certificate chain should 97 * @param chain The certificate chain for the SSL client. 103 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 113 * Determines whether an SSL server with the provided certificate chain should 117 * @param chain The certificate chain for the SSL server. 122 public void checkServerTrusted(X509Certificate[] chain, String authType) argument 125 if ((chain == null) || (chain [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/util/ |
H A D | ExpirationCheckTrustManager.java | 79 * chain. In this case, the peer will only be trusted if all certificates in 80 * the chain are within the validity window and the parent trust manager also 83 * @param chain The peer certificate chain. 86 * @throws CertificateException If the client certificate chain is not 89 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 93 for (X509Certificate c : chain) 117 trustManager.checkClientTrusted(chain, authType); 124 * chain. In this case, the peer will only be trusted if all certificates in 125 * the chain ar 134 checkServerTrusted(X509Certificate[] chain, String authType) argument [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | BlindApplicationTrustManager.java | 52 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 D | BlindApplicationTrustManager.java | 51 public void checkClientTrusted(X509Certificate[] chain, String authType) argument 59 public void checkServerTrusted(X509Certificate[] chain, String authType) argument
|