mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
20.42.2016 61b9eb1be03fc03a9f4bb0013a08ff44a1059503
opendj-server-legacy/src/main/java/org/opends/server/util/ExpirationCheckTrustManager.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2014-2015 ForgeRock AS.
 * Portions Copyright 2014-2016 ForgeRock AS.
 */
package org.opends.server.util;
@@ -78,6 +78,7 @@
   * @throws  CertificateException  If the client certificate chain is not
   *                                trusted.
   */
  @Override
  public void checkClientTrusted(X509Certificate[] chain, String authType)
         throws CertificateException
  {
@@ -119,6 +120,7 @@
   * @throws  CertificateException  If the server certificate chain is not
   *                                trusted.
   */
  @Override
  public void checkServerTrusted(X509Certificate[] chain, String authType)
         throws CertificateException
  {
@@ -155,6 +157,7 @@
   * @return  A non-null (possibly empty) array of acceptable CA issuer
   *          certificates.
   */
  @Override
  public X509Certificate[] getAcceptedIssuers()
  {
    return trustManager.getAcceptedIssuers();