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