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

io.github.mmm.crypto.random.RandomConstants Maven / Gradle / Ivy

package io.github.mmm.crypto.random;

/**
 * Constants for {@link RandomFactory} and related APIs.
 *
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 * @since 1.0.0
 */
public interface RandomConstants {

  /** The {@link java.security.SecureRandom#getAlgorithm() secure random algorithm} {@value}. */
  String RANDOM_ALGORITHM_SHA1_PRNG = "SHA1PRNG";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy