public class SP800SecureRandom : SecureRandom
Public Class SP800SecureRandom
Inherits SecureRandom
public ref class SP800SecureRandom : public SecureRandom
Org.BouncyCastle.Crypto.Prng.SP800SecureRandom = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Prng.SP800SecureRandom',
Org.BouncyCastle.Security.SecureRandom);
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GenerateSeed(Int32) | (Overrides SecureRandomGenerateSeed(Int32)) |
GenerateSeed(SpanByte) | (Overrides SecureRandomGenerateSeed(SpanByte)) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Next | (Inherited from SecureRandom) |
Next(Int32) | (Inherited from SecureRandom) |
Next(Int32, Int32) | (Inherited from SecureRandom) |
NextBytes(Byte) | (Overrides SecureRandomNextBytes(Byte)) |
NextBytes(SpanByte) | (Overrides SecureRandomNextBytes(SpanByte)) |
NextBytes(Byte, Int32, Int32) | (Overrides SecureRandomNextBytes(Byte, Int32, Int32)) |
NextDouble | (Inherited from SecureRandom) |
NextInt | (Inherited from SecureRandom) |
NextInt64 | Returns a non-negative random integer. (Inherited from Random) |
NextInt64(Int64) | Returns a non-negative random integer that is less than the specified maximum. (Inherited from Random) |
NextInt64(Int64, Int64) | Returns a random integer that is within a specified range. (Inherited from Random) |
NextLong | (Inherited from SecureRandom) |
NextSingle | Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0. (Inherited from Random) |
Reseed | Force a reseed of the DRBG. |
Sample | Returns a random floating-point number between 0.0 and 1.0. (Inherited from Random) |
SetSeed(Byte) | (Overrides SecureRandomSetSeed(Byte)) |
SetSeed(Int64) | (Overrides SecureRandomSetSeed(Int64)) |
SetSeed(SpanByte) | (Overrides SecureRandomSetSeed(SpanByte)) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
generator | (Inherited from SecureRandom) |