Java.Security.SecureRandom: Constructor Members

The constructors of Java.Security.SecureRandom are listed below. For a list of all members, see the SecureRandom Members list.

See Also: Inherited members from Java.Util.Random

Public Constructors

Constructs a new SecureRandom that uses the default algorithm.
Constructs a new seeded SecureRandom that uses the default algorithm.

Protected Constructors

Constructs a new instance of SecureRandom using the given implementation from the specified provider.
A constructor used when creating managed representations of JNI objects; called by the runtime.