Add more seed material to the generator.
Namespace: Org.BouncyCastle.Crypto.PrngAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void AddSeedMaterial( long seed ) |
Visual Basic |
---|
Public Overridable Sub AddSeedMaterial ( _ seed As Long _ ) |
Visual C++ |
---|
public: virtual void AddSeedMaterial( long long seed ) |
Parameters
- seed
- Type: System..::..Int64
A long value to be mixed into the generator's state.