Class DHPrivateKeyParameters
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class DHPrivateKeyParameters : DHKeyParameters, ICipherParameters
   
  
    - Inheritance
- 
      
      
      
      DHPrivateKeyParameters 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
    
    
    
  
Constructors
  
  
  DHPrivateKeyParameters(BigInteger, DHParameters)
  
  
  
  
  
    public DHPrivateKeyParameters(BigInteger x, DHParameters parameters)
   
  Parameters
  
    - xBigInteger
- parametersDHParameters
  DHPrivateKeyParameters(BigInteger, DHParameters, DerObjectIdentifier)
  
  
  
  
  
    public DHPrivateKeyParameters(BigInteger x, DHParameters parameters, DerObjectIdentifier algorithmOid)
   
  Parameters
  
    - xBigInteger
- parametersDHParameters
- algorithmOidDerObjectIdentifier
Properties
  
  
  X
  
  
  
  
  
    public BigInteger X { get; }
   
  Property Value
  
    - BigInteger
Methods
  
  
  Equals(DHPrivateKeyParameters)
  
  
  
  
  
    protected bool Equals(DHPrivateKeyParameters other)
   
  Parameters
  
    - otherDHPrivateKeyParameters
Returns
  
    - bool
  Equals(object)
  
  
  
  
  
    public override bool Equals(object obj)
   
  Parameters
  
    - objobject
Returns
  
    - bool
  GetHashCode()
  
  
  
  
  
    public override int GetHashCode()
   
  Returns
  
    - int