Class DsaPrivateKeyParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class DsaPrivateKeyParameters : DsaKeyParameters, ICipherParameters- Inheritance
- 
      
      
      
      DsaPrivateKeyParameters
- Implements
- Inherited Members
Constructors
DsaPrivateKeyParameters(BigInteger, DsaParameters)
public DsaPrivateKeyParameters(BigInteger x, DsaParameters parameters)Parameters
- xBigInteger
- parametersDsaParameters
Properties
X
public BigInteger X { get; }Property Value
Methods
Equals(DsaPrivateKeyParameters)
protected bool Equals(DsaPrivateKeyParameters other)Parameters
- otherDsaPrivateKeyParameters
Returns
Equals(object)
public override bool Equals(object obj)Parameters
- objobject
Returns
GetHashCode()
public override int GetHashCode()