Table of Contents

Class NaccacheSternKeyGenerationParameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public class NaccacheSternKeyGenerationParameters : KeyGenerationParameters
Inheritance
NaccacheSternKeyGenerationParameters
Inherited Members

Constructors

NaccacheSternKeyGenerationParameters(SecureRandom, int, int, int)

public NaccacheSternKeyGenerationParameters(SecureRandom random, int strength, int certainty, int countSmallPrimes)

Parameters

random SecureRandom
strength int
certainty int
countSmallPrimes int

Properties

Certainty

public int Certainty { get; }

Property Value

int

CountSmallPrimes

public int CountSmallPrimes { get; }

Property Value

int