Java org.bouncycastle.crypto.params DSAParameterGenerationParameters fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.params DSAParameterGenerationParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.params DSAParameterGenerationParameters.

The text is from its open source code.

Field

Constructor

DSAParameterGenerationParameters(int L, int N, int certainty, SecureRandom random)
Construct without a usage index, this will do a random construction of G.
DSAParameterGenerationParameters(int L, int N, int certainty, SecureRandom random, int usageIndex)
Construct for a specific usage index - this has the effect of using verifiable canonical generation of G.