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

Ludovic Poitou
15.28.2014 eb51ec06f5cdc38236675993ce50a438a0b0e56b
opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock AS.
 *      Portions copyright 2013-2014 ForgeRock AS.
 */
package org.opends.server.extensions;
@@ -81,10 +81,15 @@
   * The authentication password scheme name for use with passwords encoded in a
   * PBKDF2 representation.
   */
  public static final String AUTH_PASSWORD_SCHEME_NAME_PBKDF2 =
       "PBKDF2";
  public static final String AUTH_PASSWORD_SCHEME_NAME_PBKDF2 = "PBKDF2";
  /**
   * The authentication password scheme name for use with passwords encoded in a
   * PKCS5S2 representation.
   */
  public static final String AUTH_PASSWORD_SCHEME_NAME_PKCS5S2 = "PKCS5S2";
  /**
   * The name of the message digest algorithm that should be used to generate
@@ -325,6 +330,13 @@
  public static final String STORAGE_SCHEME_NAME_PBKDF2 = "PBKDF2";
  /**
   * The password storage scheme name that will be used for passwords stored in
   * a PKCS5S2 representation.
   */
  public static final String STORAGE_SCHEME_NAME_PKCS5S2 = "PKCS5S2";
  /**
   * The password storage scheme name that will be used for passwords stored in