Package org.glassfish.security.common
Class SharedSecureRandom
java.lang.Object
org.glassfish.security.common.SharedSecureRandom
An utility class that supplies an Initialized SecureRandom.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecureRandomThe generator has a large period (in Sun's standard implementation, based on the 160-bit SHA1 hash function, the period is 2^160); -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-