public X9ECParameters(
ECCurve curve,
X9ECPoint g,
BigInteger n
)
Public Sub New (
curve As ECCurve,
g As X9ECPoint,
n As BigInteger
)
public:
X9ECParameters(
ECCurve^ curve,
X9ECPoint^ g,
BigInteger^ n
)
Org.BouncyCastle.Asn1.X9.X9ECParameters = function(curve, g, n);