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