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