Class ElGamalParameters
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class ElGamalParameters : ICipherParameters
   
  
    - Inheritance
- 
      
      ElGamalParameters 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
  
Constructors
  
  
  ElGamalParameters(BigInteger, BigInteger)
  
  
  
  
  
    public ElGamalParameters(BigInteger p, BigInteger g)
   
  Parameters
  
    - pBigInteger
- gBigInteger
  ElGamalParameters(BigInteger, BigInteger, int)
  
  
  
  
  
    public ElGamalParameters(BigInteger p, BigInteger g, int l)
   
  Parameters
  
    - pBigInteger
- gBigInteger
- lint
Properties
  
  
  G
  
  
  
  
  
    public BigInteger G { get; }
   
  Property Value
  
    - BigInteger
  L
  
  
  
  
  
  Property Value
  
    - int
  P
  
  
  
  
  
    public BigInteger P { get; }
   
  Property Value
  
    - BigInteger
Methods
  
  
  Equals(ElGamalParameters)
  
  
  
  
  
    protected bool Equals(ElGamalParameters other)
   
  Parameters
  
    - otherElGamalParameters
Returns
  
    - bool
  Equals(object)
  
  
  
  
  
    public override bool Equals(object obj)
   
  Parameters
  
    - objobject
Returns
  
    - bool
  GetHashCode()
  
  
  
  
  
    public override int GetHashCode()
   
  Returns
  
    - int