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

david_page
14.45.2007 4848fb2b93e6c3e2aa0d01703ce3becc895d89ca
opends/src/server/org/opends/server/extensions/RC4PasswordStorageScheme.java
@@ -38,7 +38,7 @@
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.types.ByteString;
import org.opends.server.types.ByteStringFactory;
import org.opends.server.types.CryptoManager;
import org.opends.server.crypto.CryptoManager;
import org.opends.server.types.DebugLogLevel;
import org.opends.server.types.DirectoryException;
import org.opends.server.types.InitializationException;
@@ -51,7 +51,6 @@
import static org.opends.server.util.StaticUtils.*;
/**
 * This class defines a Directory Server password storage scheme that will
 * encode values using the RC4 reversible encryption algorithm.  This