Table of Contents

Class NaccacheSternKeyGenerationParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.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

NaccacheSternKeyGenerationParameters(SecureRandom, int, int, int, bool)

[Obsolete("Use version without 'debug' parameter")]
public NaccacheSternKeyGenerationParameters(SecureRandom random, int strength, int certainty, int countSmallPrimes, bool debug)

Parameters

random SecureRandom
strength int
certainty int
countSmallPrimes int
debug bool

Properties

Certainty

public int Certainty { get; }

Property Value

int

CountSmallPrimes

public int CountSmallPrimes { get; }

Property Value

int

IsDebug

[Obsolete("Remove: always false")]
public bool IsDebug { get; }

Property Value

bool