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