public ECGost3410ParamSetParameters(
BigInteger a,
BigInteger b,
BigInteger p,
BigInteger q,
int x,
BigInteger y
)
Public Sub New (
a As BigInteger,
b As BigInteger,
p As BigInteger,
q As BigInteger,
x As Integer,
y As BigInteger
)
public:
ECGost3410ParamSetParameters(
BigInteger^ a,
BigInteger^ b,
BigInteger^ p,
BigInteger^ q,
int x,
BigInteger^ y
)
Org.BouncyCastle.Asn1.CryptoPro.ECGost3410ParamSetParameters = function(a, b, p, q, x, y);