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
| Constructs a new SecureRandom that uses the default algorithm. | ||
| SecureRandom(byte[]) | Constructs a new seeded SecureRandom that uses the default algorithm. | 
| 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. |