Class SharedSecureRandom

java.lang.Object
org.glassfish.security.common.SharedSecureRandom

public class SharedSecureRandom extends Object
An utility class that supplies an Initialized SecureRandom.
  • Field Details

    • SECURE_RANDOM

      public static final SecureRandom SECURE_RANDOM
      The generator has a large period (in Sun's standard implementation, based on the 160-bit SHA1 hash function, the period is 2^160);
  • Constructor Details

    • SharedSecureRandom

      public SharedSecureRandom()