CryptoSys PKI Pro
Manual
Rng Class
Rng.Bytes Method
(Int32)
Generate an array of random bytes.
Rng.Bytes Method
(Int32, Byte[])
Generate an array of random bytes with user-supplied entropy.
Rng.Bytes Method
(Int32, String)
Generate an array of random bytes with user-supplied entropy.
Rng.BytesWithPrompt Method
(Int32, Rng.Strength)
Generate an array of random bytes with a prompt for random keyboard input.
Rng.BytesWithPrompt Method
(Int32, String, Rng.Strength)
Generate an array of random bytes with a prompt for random keyboard input.
Rng.Guid Method
Generate a random 36-character Global Unique IDentifier (GUID) string according to [RFC4122].
Rng.Initialize Method
Initialize the RNG generator with a seed file.
Rng.InitializeEx Method
Query and initialize the RNG generator using Intel(R) DRNG, if available.
Rng.MakeSeedFile Method
Create a new seed file suitable for use with Rng.Initialize.
Rng.Number Method
Generate a random number (integer) in a given range.
Rng.Octet Method
Generate a single random octet (byte).
Rng.Test Method
Carry out a NIST SP800-90 health check and FIPS140-2 statistical tests on the random number generator.
Rng.TestDrbgvs Method
Test the RNG for conformance to NIST SP800-90A using the relevant test specified in DRBGVS.
Rng.UpdateSeedFile Method
Update the RNG seed file.
[
Contents
] [
Index
]
[
PREV: Pwd Class...
] [
Contents
] [
Index
]
[
NEXT: Rsa Class...
]