public DsaParameterGenerationParameters(
int L,
int N,
int certainty,
SecureRandom random
)Public Sub New (
L As Integer,
N As Integer,
certainty As Integer,
random As SecureRandom
)public:
DsaParameterGenerationParameters(
int L,
int N,
int certainty,
SecureRandom^ random
)Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters = function(L, N, certainty, random);