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

Inheritance: IAsymmetricCipherKeyPairGenerator
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GenerateKeyPair ( ) : AsymmetricCipherKeyPair
Init ( KeyGenerationParameters parameters ) : void

Private Methods

Method Description
findFirstPrimes ( int count ) : ArrayList
generatePrime ( int bitLength, int certainty, SecureRandom rand ) : BigInteger
permuteList ( ArrayList arr, SecureRandom rand ) : ArrayList

Method Details

GenerateKeyPair() public method

public GenerateKeyPair ( ) : AsymmetricCipherKeyPair
return Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair

Init() public method

public Init ( KeyGenerationParameters parameters ) : void
parameters Org.BouncyCastle.Crypto.KeyGenerationParameters
return void