Initializes a new instance of the ECDomainParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public ECDomainParameters( ECCurve curve, ECPoint g, BigInteger n ) |
Visual Basic |
---|
Public Sub New ( _ curve As ECCurve, _ g As ECPoint, _ n As BigInteger _ ) |
Visual C++ |
---|
public: ECDomainParameters( ECCurve^ curve, ECPoint^ g, BigInteger^ n ) |
Parameters
- curve
- Type: Org.BouncyCastle.Math.EC..::..ECCurve