The methods 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
GenerateSeed(int)Generates and returns the specified number of seed bytes, computed using the seed generation algorithm used by this SecureRandom. | ||
static | GetInstance(string)Returns a new instance of SecureRandom that utilizes the specified algorithm. | |
static | GetInstance(string, Provider)Returns a new instance of SecureRandom that utilizes the specified algorithm from the specified provider. | |
static | GetInstance(string, string)Returns a new instance of SecureRandom that utilizes the specified algorithm from the specified provider. | |
static | GetSeed(int)Generates and returns the specified number of seed bytes, computed using the seed generation algorithm used by this SecureRandom. | |
SetSeed(byte[])Seeds this SecureRandom instance with the specified seed. |