C# Класс Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters

Наследование: Org.BouncyCastle.Crypto.KeyGenerationParameters
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes ) : System
NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug ) : System

Описание методов

NaccacheSternKeyGenerationParameters() публичный Метод

public NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes ) : System
random Org.BouncyCastle.Security.SecureRandom
strength int
certainty int
countSmallPrimes int
Результат System

NaccacheSternKeyGenerationParameters() публичный Метод

public NaccacheSternKeyGenerationParameters ( SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug ) : System
random Org.BouncyCastle.Security.SecureRandom
strength int
certainty int
countSmallPrimes int
debug bool
Результат System