Initializes a new instance of the Gost3410KeyParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected Gost3410KeyParameters( bool isPrivate, Gost3410Parameters parameters ) |
Visual Basic |
---|
Protected Sub New ( _ isPrivate As Boolean, _ parameters As Gost3410Parameters _ ) |
Visual C++ |
---|
protected: Gost3410KeyParameters( bool isPrivate, Gost3410Parameters^ parameters ) |
Parameters
- isPrivate
- Type: System..::..Boolean
- parameters
- Type: Org.BouncyCastle.Crypto.Parameters..::..Gost3410Parameters