Class Gost3410ValidationParameters
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class Gost3410ValidationParameters
   
  
    - Inheritance
- 
      
      Gost3410ValidationParameters 
    - Inherited Members
- 
    
    
    
    
    
  
Constructors
  
  
  Gost3410ValidationParameters(int, int)
  
  
  
  
  
    public Gost3410ValidationParameters(int x0, int c)
   
  Parameters
  
    - x0int
- cint
  Gost3410ValidationParameters(long, long)
  
  
  
  
  
    public Gost3410ValidationParameters(long x0L, long cL)
   
  Parameters
  
    - x0Llong
- cLlong
Properties
  
  
  C
  
  
  
  
  
  Property Value
  
    - int
  CL
  
  
  
  
  
  Property Value
  
    - long
  X0
  
  
  
  
  
  Property Value
  
    - int
  X0L
  
  
  
  
  
  Property Value
  
    - long
Methods
  
  
  Equals(object)
  
  
  
  
  
    public override bool Equals(object obj)
   
  Parameters
  
    - objobject
Returns
  
    - bool
  GetHashCode()
  
  
  
  
  
    public override int GetHashCode()
   
  Returns
  
    - int