F2mCurve(Int32, Int32, Int32, Int32, BigInteger, BigInteger) Constructor

Note: This API is now obsolete.
Initializes a new instance of the F2mCurve class

Definition

Namespace: Org.BouncyCastle.Math.EC
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
[ObsoleteAttribute("Use constructor taking order/cofactor")]
public F2mCurve(
	int m,
	int k1,
	int k2,
	int k3,
	BigInteger a,
	BigInteger b
)

Parameters

m  Int32
 
k1  Int32
 
k2  Int32
 
k3  Int32
 
a  BigInteger
 
b  BigInteger
 

See Also