Table of Contents

Class ElGamalParametersGenerator

Namespace
Enterprises.Org.BouncyCastle.Crypto.Generators
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class ElGamalParametersGenerator
Inheritance
ElGamalParametersGenerator
Inherited Members

Constructors

ElGamalParametersGenerator()

public ElGamalParametersGenerator()

Methods

GenerateParameters()

public ElGamalParameters GenerateParameters()

Returns

ElGamalParameters

Init(int, int, SecureRandom)

public void Init(int size, int certainty, SecureRandom random)

Parameters

size int
certainty int
random SecureRandom