Initializes a new instance of the F2mCurve class

Namespace: Org.BouncyCastle.Math.EC
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public F2mCurve(
	int m,
	int k,
	BigInteger a,
	BigInteger b,
	BigInteger n,
	BigInteger h
)
Visual Basic
Public Sub New ( _
	m As Integer, _
	k As Integer, _
	a As BigInteger, _
	b As BigInteger, _
	n As BigInteger, _
	h As BigInteger _
)
Visual C++
public:
F2mCurve(
	int m, 
	int k, 
	BigInteger^ a, 
	BigInteger^ b, 
	BigInteger^ n, 
	BigInteger^ h
)

See Also