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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1485 public boolean checkServerCertificate(X509Certificate[] chain) method in class:LDAPConnectionConsoleInteraction
1487 return checkServerCertificate(chain, null, null);
1499 public boolean checkServerCertificate(X509Certificate[] chain, method in class:LDAPConnectionConsoleInteraction
1870 returnValue = checkServerCertificate(chain, authType, host);
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1484 public boolean checkServerCertificate(X509Certificate[] chain) method in class:LDAPConnectionConsoleInteraction
1486 return checkServerCertificate(chain, null, null);
1498 public boolean checkServerCertificate(X509Certificate[] chain, method in class:LDAPConnectionConsoleInteraction
1869 returnValue = checkServerCertificate(chain, authType, host);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1485 public boolean checkServerCertificate(X509Certificate[] chain) method in class:LDAPConnectionConsoleInteraction
1487 return checkServerCertificate(chain, null, null);
1499 public boolean checkServerCertificate(X509Certificate[] chain, method in class:LDAPConnectionConsoleInteraction
1870 returnValue = checkServerCertificate(chain, authType, host);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1485 public boolean checkServerCertificate(X509Certificate[] chain) method in class:LDAPConnectionConsoleInteraction
1487 return checkServerCertificate(chain, null, null);
1499 public boolean checkServerCertificate(X509Certificate[] chain, method in class:LDAPConnectionConsoleInteraction
1870 returnValue = checkServerCertificate(chain, authType, host);
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1484 public boolean checkServerCertificate(X509Certificate[] chain) method in class:LDAPConnectionConsoleInteraction
1486 return checkServerCertificate(chain, null, null);
1498 public boolean checkServerCertificate(X509Certificate[] chain, method in class:LDAPConnectionConsoleInteraction
1869 returnValue = checkServerCertificate(chain, authType, host);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java1494 public boolean checkServerCertificate(X509Certificate[] chain, method in class:LDAPConnectionConsoleInteraction
1818 return checkServerCertificate(chain, authType, h);

Completed in 40 milliseconds