C# Class Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GenerateParameters ( ) : DsaParameters
Init ( int size, int certainty, SecureRandom random ) : void

Private Methods

Method Description
Add ( byte a, byte b, int value ) : void
IsValidDsaStrength ( int strength ) : bool

Method Details

GenerateParameters() public method

public GenerateParameters ( ) : DsaParameters
return Org.BouncyCastle.Crypto.Parameters.DsaParameters

Init() public method

public Init ( int size, int certainty, SecureRandom random ) : void
size int
certainty int
random Org.BouncyCastle.Security.SecureRandom
return void