Initializes a new instance of the ECDomainParameters class

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

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

See Also