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

Ludovic Poitou
16.13.2015 ade072207111f8170a17cdd569faefcf2e342b96
opendj-server-legacy/src/main/java/org/opends/server/extensions/ExtensionsConstants.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2013-2014 ForgeRock AS.
 *      Portions copyright 2013-2015 ForgeRock AS.
 */
package org.opends.server.extensions;
@@ -245,6 +245,15 @@
  /**
   * The password storage scheme name that will be used for passwords that are
   * stored in base64-encoded form (virtually no protection, but the value is
   * reversible).
   */
  public static final String STORAGE_SCHEME_NAME_BCRYPT = "BCRYPT";
  /**
   * The password storage scheme name that will be used for passwords that are
   * stored in Blowfish-encrypted form.
   */
  public static final String STORAGE_SCHEME_NAME_BLOWFISH = "BLOWFISH";