public sealed class DigestRandomGenerator : IRandomGenerator
Public NotInheritable Class DigestRandomGenerator
Implements IRandomGenerator
public ref class DigestRandomGenerator sealed : IRandomGenerator
Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator',
null,
Org.BouncyCastle.Crypto.Prng.IRandomGenerator);
DigestRandomGenerator | Initializes a new instance of the DigestRandomGenerator class |
AddSeedMaterial(Byte) | |
AddSeedMaterial(Int64) | |
AddSeedMaterial(ReadOnlySpanByte) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
NextBytes(Byte) | |
NextBytes(SpanByte) | |
NextBytes(Byte, Int32, Int32) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |