Table of Contents

Class ElGamalPublicKeyParameters

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

Constructors

ElGamalPublicKeyParameters(BigInteger, ElGamalParameters)

public ElGamalPublicKeyParameters(BigInteger y, ElGamalParameters parameters)

Parameters

y BigInteger
parameters ElGamalParameters

Properties

Y

public BigInteger Y { get; }

Property Value

BigInteger

Methods

Equals(ElGamalPublicKeyParameters)

protected bool Equals(ElGamalPublicKeyParameters other)

Parameters

other ElGamalPublicKeyParameters

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int