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
x
BigInteger
parameters
DHParameters
DHPrivateKeyParameters(BigInteger, DHParameters, DerObjectIdentifier)
public DHPrivateKeyParameters(BigInteger x, DHParameters parameters, DerObjectIdentifier algorithmOid)
Parameters
x
BigInteger
parameters
DHParameters
algorithmOid
DerObjectIdentifier
Properties
X
public BigInteger X { get; }
Property Value
- BigInteger
Methods
Equals(DHPrivateKeyParameters)
protected bool Equals(DHPrivateKeyParameters other)
Parameters
other
DHPrivateKeyParameters
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int