X931SecureRandom Class

Definition

Namespace: Org.BouncyCastle.Crypto.Prng
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class X931SecureRandom : SecureRandom
Inheritance
Object    Random    SecureRandom    X931SecureRandom

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)
NextInt64Returns 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)
NextSingleReturns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.
(Inherited from Random)
SampleReturns 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))
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

generator
(Inherited from SecureRandom)

See Also