Table of Contents

Class DsaKeyGenerationParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class DsaKeyGenerationParameters : KeyGenerationParameters
Inheritance
DsaKeyGenerationParameters
Inherited Members

Constructors

DsaKeyGenerationParameters(SecureRandom, DsaParameters)

public DsaKeyGenerationParameters(SecureRandom random, DsaParameters parameters)

Parameters

random SecureRandom
parameters DsaParameters

Properties

Parameters

public DsaParameters Parameters { get; }

Property Value

DsaParameters