All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.mmm.crypto.random.AbstractSecuritySetRandomFactory Maven / Gradle / Ivy

The newest version!
package net.sf.mmm.crypto.random;

/**
 * Extends {@link AbstractSecurityGetRandomFactory} with ability to {@link #setRandomFactory(RandomFactory) set}
 * the {@link RandomFactory}.
 *
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 * @since 1.0.0
 */
public interface AbstractSecuritySetRandomFactory extends AbstractSecurityGetRandomFactory {

  /**
   * @param factory the {@link RandomFactory} to set.
   */
  void setRandomFactory(RandomFactory factory);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy