Class ElGamalPublicBcpgKey
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Bcpg
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class ElGamalPublicBcpgKey : BcpgObject, IBcpgKey
   
  
    - Inheritance
- 
      
      
      ElGamalPublicBcpgKey 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  
  
  
    public ElGamalPublicBcpgKey(BcpgInputStream bcpgIn)
   
  Parameters
  
    - bcpgInBcpgInputStream
  ElGamalPublicBcpgKey(BigInteger, BigInteger, BigInteger)
  
  
  
  
  
    public ElGamalPublicBcpgKey(BigInteger p, BigInteger g, BigInteger y)
   
  Parameters
  
    - pBigInteger
- gBigInteger
- yBigInteger
Properties
  
  
  
  
  
    public string Format { get; }
   
  Property Value
  
    - string
  G
  
  
  
  
  
    public BigInteger G { get; }
   
  Property Value
  
    - BigInteger
  P
  
  
  
  
  
    public BigInteger P { get; }
   
  Property Value
  
    - BigInteger
  Y
  
  
  
  
  
    public BigInteger Y { get; }
   
  Property Value
  
    - BigInteger
Methods
  
  
  Encode(BcpgOutputStream)
  
  
  
  
  
    public override void Encode(BcpgOutputStream bcpgOut)
   
  Parameters
  
    - bcpgOutBcpgOutputStream
  GetEncoded()
  
  
  
  
  
    public override byte[] GetEncoded()
   
  Returns
  
    - byte[]