Initializes a new instance of the ECPointBase class
Namespace: Org.BouncyCastle.Math.ECAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected internal ECPointBase( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) |
| Visual Basic |
|---|
Protected Friend Sub New ( _ curve As ECCurve, _ x As ECFieldElement, _ y As ECFieldElement, _ withCompression As Boolean _ ) |
| Visual C++ |
|---|
protected public: ECPointBase( ECCurve^ curve, ECFieldElement^ x, ECFieldElement^ y, bool withCompression ) |