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