Table of Contents

Class ElGamalKeyParameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public class ElGamalKeyParameters : AsymmetricKeyParameter, ICipherParameters
Inheritance
ElGamalKeyParameters
Implements
Derived
Inherited Members

Constructors

ElGamalKeyParameters(bool, ElGamalParameters)

protected ElGamalKeyParameters(bool isPrivate, ElGamalParameters parameters)

Parameters

isPrivate bool
parameters ElGamalParameters

Properties

Parameters

public ElGamalParameters Parameters { get; }

Property Value

ElGamalParameters

Methods

Equals(ElGamalKeyParameters)

protected bool Equals(ElGamalKeyParameters other)

Parameters

other ElGamalKeyParameters

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.