Initializes a new instance of the X9Curve class
Namespace: Org.BouncyCastle.Asn1.X9Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public X9Curve( ECCurve curve ) |
Visual Basic |
---|
Public Sub New ( _ curve As ECCurve _ ) |
Visual C++ |
---|
public: X9Curve( ECCurve^ curve ) |
Parameters
- curve
- Type: Org.BouncyCastle.Math.EC..::..ECCurve