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
isPrivateboolparametersElGamalParameters
Properties
Parameters
public ElGamalParameters Parameters { get; }
Property Value
Methods
Equals(ElGamalKeyParameters)
protected bool Equals(ElGamalKeyParameters other)
Parameters
otherElGamalKeyParameters
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.