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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
GenerateParameters ( ) : DsaParameters
Init ( int size, int certainty, SecureRandom random ) : void

Private Methods

Méthode Description
Add ( byte a, byte b, int value ) : void
IsValidDsaStrength ( int strength ) : bool

Method Details

GenerateParameters() public méthode

public GenerateParameters ( ) : DsaParameters
Résultat Org.BouncyCastle.Crypto.Parameters.DsaParameters

Init() public méthode

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