public Gost3410KeyGenerationParameters(
SecureRandom random,
Gost3410Parameters parameters
)
Public Sub New (
random As SecureRandom,
parameters As Gost3410Parameters
)
public:
Gost3410KeyGenerationParameters(
SecureRandom^ random,
Gost3410Parameters^ parameters
)
Org.BouncyCastle.Crypto.Parameters.Gost3410KeyGenerationParameters = function(random, parameters);