The members of Java.Security.SecureRandom are listed below.
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. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |