Class ECKeyParameters
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public abstract class ECKeyParameters : AsymmetricKeyParameter, ICipherParameters
   
  
    - Inheritance
- 
      
      
      ECKeyParameters 
    - Implements
- 
      
    
    - Derived
- 
      
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  ECKeyParameters(string, bool, DerObjectIdentifier)
  
  
  
  
  
    protected ECKeyParameters(string algorithm, bool isPrivate, DerObjectIdentifier publicKeyParamSet)
   
  Parameters
  
    - algorithmstring
- isPrivatebool
- publicKeyParamSetDerObjectIdentifier
  ECKeyParameters(string, bool, ECDomainParameters)
  
  
  
  
  
    protected ECKeyParameters(string algorithm, bool isPrivate, ECDomainParameters parameters)
   
  Parameters
  
    - algorithmstring
- isPrivatebool
- parametersECDomainParameters
Properties
  
  
  AlgorithmName
  
  
  
  
  
    public string AlgorithmName { get; }
   
  Property Value
  
    - string
  Parameters
  
  
  
  
  
    public ECDomainParameters Parameters { get; }
   
  Property Value
  
    - ECDomainParameters
  PublicKeyParamSet
  
  
  
  
  
    public DerObjectIdentifier PublicKeyParamSet { get; }
   
  Property Value
  
    - DerObjectIdentifier
Methods
  
  
  Equals(ECKeyParameters)
  
  
  
  
  
    protected bool Equals(ECKeyParameters other)
   
  Parameters
  
    - otherECKeyParameters
Returns
  
    - bool
  Equals(object)
  
  
  
  
  
    public override bool Equals(object obj)
   
  Parameters
  
    - objobject
Returns
  
    - bool
  GetHashCode()
  
  
  
  
  
    public override int GetHashCode()
   
  Returns
  
    - int