Initializes a new instance of the Gost3410KeyGenerationParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Gost3410KeyGenerationParameters( SecureRandom random, Gost3410Parameters parameters ) |
Visual Basic |
---|
Public Sub New ( _ random As SecureRandom, _ parameters As Gost3410Parameters _ ) |
Visual C++ |
---|
public: Gost3410KeyGenerationParameters( SecureRandom^ random, Gost3410Parameters^ parameters ) |
Parameters
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom
- parameters
- Type: Org.BouncyCastle.Crypto.Parameters..::..Gost3410Parameters