public NaccacheSternKeyParameters(
bool privateKey,
BigInteger g,
BigInteger n,
int lowerSigmaBound
)
Public Sub New (
privateKey As Boolean,
g As BigInteger,
n As BigInteger,
lowerSigmaBound As Integer
)
public:
NaccacheSternKeyParameters(
bool privateKey,
BigInteger^ g,
BigInteger^ n,
int lowerSigmaBound
)
Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyParameters = function(privateKey, g, n, lowerSigmaBound);