Initializes a new instance of the X9ECParameters class

Namespace: Org.BouncyCastle.Asn1.X9
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public X9ECParameters(
	ECCurve curve,
	ECPoint g,
	BigInteger n
)
Visual Basic
Public Sub New ( _
	curve As ECCurve, _
	g As ECPoint, _
	n As BigInteger _
)
Visual C++
public:
X9ECParameters(
	ECCurve^ curve, 
	ECPoint^ g, 
	BigInteger^ n
)

See Also