Table of Contents

Class ElGamalPrivateKeyParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class ElGamalPrivateKeyParameters : ElGamalKeyParameters, ICipherParameters
Inheritance
ElGamalPrivateKeyParameters
Implements
Inherited Members

Constructors

ElGamalPrivateKeyParameters(BigInteger, ElGamalParameters)

public ElGamalPrivateKeyParameters(BigInteger x, ElGamalParameters parameters)

Parameters

x BigInteger
parameters ElGamalParameters

Properties

X

public BigInteger X { get; }

Property Value

BigInteger

Methods

Equals(ElGamalPrivateKeyParameters)

protected bool Equals(ElGamalPrivateKeyParameters other)

Parameters

other ElGamalPrivateKeyParameters

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int