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

matthew_swift
23.26.2007 feb5d90ec016c99712f19c5485cf7633cd38f111
opends/src/server/org/opends/server/extensions/NullKeyManagerProvider.java
@@ -30,6 +30,7 @@
import javax.net.ssl.KeyManager;
import org.opends.server.admin.std.server.KeyManagerCfg;
import org.opends.server.api.KeyManagerProvider;
import org.opends.server.config.ConfigEntry;
import org.opends.server.config.ConfigException;
@@ -86,6 +87,18 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public void initializeKeyManagerProvider(
      KeyManagerCfg configuration) throws ConfigException,
      InitializationException {
    // No implementation is required.
  }
  /**
   * Performs any finalization that may be necessary for this key manager
   * provider.
   */